document.write( "Question 212051: June is seven years younger than George. Together their ages total 19. George's age is the variable x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #160135 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+x-7=19 \n" ); document.write( "2x-7=19 \n" ); document.write( "2x=26 \n" ); document.write( "x=13 \n" ); document.write( "george=13 \n" ); document.write( "june=13-7=6 \n" ); document.write( " |