document.write( "Question 275242: tom is 4 times as old as todd. in 5 years toms age will be 1 year less than 3 times as old as todd. how old is tom? \n" ); document.write( "
Algebra.Com's Answer #200849 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! tom is 4 times as old as todd. in 5 years toms age will be 1 year less than 3 times as old as todd. how old is tom?\r \n" ); document.write( "\n" ); document.write( "Let x be Todd's age and y Tom's. Then we have:\r \n" ); document.write( "\n" ); document.write( "1.) y = 4*x \r \n" ); document.write( "\n" ); document.write( "In 5 years their ages will be x+5 and y+5 so we have:\r \n" ); document.write( "\n" ); document.write( "2.) y+5 = 3*(x+5)-1\r \n" ); document.write( "\n" ); document.write( "We can substitute 4x for y in 2.) and solve for x:\r \n" ); document.write( "\n" ); document.write( "4x+5 = 3*(x+5)-1\r \n" ); document.write( "\n" ); document.write( "Once you have x you can calculate y = 4*x. \n" ); document.write( " |