document.write( "Question 963920: Sally is 4 years older than Tim. Together the sum of their age is 20. How old is each? \n" ); document.write( "
Algebra.Com's Answer #588865 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! Let x = Tim's age and x+4 = Sally's age. Set up an equation. \n" ); document.write( "x+x+4=20 \n" ); document.write( "2x+4=20 \n" ); document.write( "2x=16 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "So Tim is 8 years old and Sally is 12 years old. \n" ); document.write( " |