Decimal problem using solve
|
08-26-2018, 07:22 PM
(This post was last modified: 08-26-2018 07:27 PM by Albert Chan.)
Post: #5
|
|||
|
|||
RE: Decimal problem using solve
(08-26-2018 02:57 AM)vterez Wrote: (Brazilian here, sorry if my English is bad) If it were homework, I think it meant not using SOLVE, calculator only for number crunching. You really should do y = 1/(23000+z), and simplified it by hand: 70*y = x*177.35+(1-x)*1.133 (x*2571.11+(1-x)*696.21) = (2779.65*(23000+z) + 23000*(104.91-2779.65)) / (23000+z) = 2779.65 - 61519020*y Above simplified to linear equations: 70*y = 1.133 + 176.217*x 61519020*y = 2083.44 - 1874.9*x Cancel the y's --> x ~ -0.00641604 --> z ~ 6358.11 Regarding the {} answer, I believe SOLVER assumed decimals as float, to speed up calculation. Slight rounding error cause above into nonlinear equations. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Decimal problem using solve - vterez - 08-26-2018, 02:57 AM
RE: Decimal problem using solve - Aries - 08-26-2018, 07:27 AM
RE: Decimal problem using solve - vterez - 08-26-2018, 07:48 AM
RE: Decimal problem using solve - DrD - 08-26-2018, 10:02 AM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:14 AM
RE: Decimal problem using solve - Albert Chan - 08-26-2018 07:22 PM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:27 AM
RE: Decimal problem using solve - Albert Chan - 08-28-2018, 08:19 AM
RE: Decimal problem using solve - Albert Chan - 08-27-2018, 04:20 AM
RE: Decimal problem using solve - Tim Wessman - 08-27-2018, 04:55 AM
RE: Decimal problem using solve - vterez - 09-03-2018, 02:34 AM
|
User(s) browsing this thread: 2 Guest(s)