SOLUTION: if a:b = 5: 12, find the value of sqrt(a^2 + b^2)/ a

Algebra ->  Equations -> SOLUTION: if a:b = 5: 12, find the value of sqrt(a^2 + b^2)/ a      Log On


   



Question 1120849: if a:b = 5: 12, find the value of sqrt(a^2 + b^2)/ a
Found 2 solutions by josgarithmetic, Alan3354:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
b%2Fa=12%2F5

b=12a%2F5
Could you try substituting this?

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
if a:b = 5: 12, find the value of sqrt(a^2 + b^2)/ a
---------
5b = 12a
b = 12a/5
===========