document.write( "Question 965092: tom is four times as old as Todd in five years Tom's age will be 1 year less than three times as old as Todd. how old is Tom ? \n" ); document.write( "
Algebra.Com's Answer #589845 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! tom is four times as old as Todd in five years Tom's age will be 1 year less than three times as old as Todd. how old is Tom ? \n" ); document.write( "*** \n" ); document.write( "let x=todd's age \n" ); document.write( "4x=tom's age \n" ); document.write( ".. \n" ); document.write( "In 5 yrs: \n" ); document.write( "x+5=todd.s age \n" ); document.write( "4x+5=tom's age \n" ); document.write( ".. \n" ); document.write( "4x+5=3(x+5)-1(1 yr less than 3 times todd's age) \n" ); document.write( "4x+5=3x+15-1 \n" ); document.write( "x=9 \n" ); document.write( "4x=36 \n" ); document.write( "how old is Tom ? 36 \n" ); document.write( " |