HP Forums

Full Version: Help solving this problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 47d27c72548f24aa29ad8ba10178479a.png]
New with this calculator
[Image: equation.jpg]

Best,

Aries Wink
[CAS] (With CAS setup Simplify setting to Maximum)

solve(r = ((9/4)*p+25),p) ==> {(4*r-100)/9}

Note: Used lower case variables here, Upper case variables are reserved.
(08-03-2019 04:17 PM)DrD Wrote: [ -> ][CAS] (With CAS setup Simplify setting to Maximum)

solve(r = ((9/4)*p+25),p) ==> {(4*r-100)/9}

Note: Used lower case variables here, Upper case variables are reserved.

You can also use the uppercase vars, but they have to be inside single quotes. Just be careful if you evaluate the expression, the calculator will use the stored values.

simplify(solve('R' = ((9/4)*'P'+25),'P')) ==> {(4*R-100)/9}
(08-03-2019 04:17 PM)DrD Wrote: [ -> ][CAS] (With CAS setup Simplify setting to Maximum)

solve(r = ((9/4)*p+25),p) ==> {(4*r-100)/9}

Note: Used lower case variables here, Upper case variables are reserved.
I get "Bad argument value" when i input your solution
Just make sure you work in CAS "environment" and use lowercase letters in the equation Wink
Also double-check your writing.
Best,

Aries Smile
Reference URL's