document.write( "Question 972459: A man is thirty years old, and his son is thirteen years old.
\n" );
document.write( " How many years will the son be three-fourths as old as his father? \n" );
document.write( "
Algebra.Com's Answer #594795 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man is thirty years old, and his son is thirteen years old. \n" ); document.write( " How many years will the son be three-fourths as old as his father? \n" ); document.write( ": \n" ); document.write( "let y = no. of years for this to be true \n" ); document.write( "y + 13 = \n" ); document.write( "multiply both sides by 4 \n" ); document.write( "4(y+13) = 3(y+30) \n" ); document.write( "4y + 52 = 3y + 90 \n" ); document.write( "4y - 3y = 90 - 52 \n" ); document.write( "y = 38 yrs for this to happen \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this out, find their ages in 38 yrs. \n" ); document.write( "13 + 38 = 51 \n" ); document.write( "30 + 38 = 68 \n" ); document.write( ": \n" ); document.write( "51/68 = .75 which is 3/4 \n" ); document.write( " |