HP Forums
Help solving this problem - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Help solving this problem (/thread-13406.html)



Help solving this problem - levi98 - 08-03-2019 04:27 AM

[Image: 47d27c72548f24aa29ad8ba10178479a.png]
New with this calculator


RE: Help solving this problem - Aries - 08-03-2019 03:01 PM

[Image: equation.jpg]

Best,

Aries Wink


RE: Help solving this problem - DrD - 08-03-2019 04:17 PM

[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.


RE: Help solving this problem - victorvbc - 08-03-2019 06:20 PM

(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}


RE: Help solving this problem - levi98 - 08-04-2019 03:52 PM

(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


RE: Help solving this problem - Aries - 08-05-2019 12:00 PM

Just make sure you work in CAS "environment" and use lowercase letters in the equation Wink
Also double-check your writing.
Best,

Aries Smile