Rearranging an equation, It includes a square root.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Georgepowell
Messages
179
Reaction score
0
I want to find the value of r such that:

sqrt[(r^2)+(110^2)] + r = 160

Is there a way of doing it?

I have found a solution through trial and error (1dp). But I want a method of finding an exact answer.

Thanks
 
Mathematics news on Phys.org
I just found the solution:

r = (675/16) using an online equation solver.

But how do I get to that? Without trial and error?
 
Doesn't matter anymore, I figured it out:

sqrt(r²+110²) = 160 -r

r² + 110² = (160 - r)²
r² + 110² = 160² - 2*160*r +r²
320r = 160²-110²
r = 13500/320 = 42.1875