document.write( "Question 1059992: Clayton is 2 years younger than his brother Josh. If the sum of their ages is 20, how old is each boy? \n" ); document.write( "
Algebra.Com's Answer #675032 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! j = Josh's age \n" ); document.write( "j - 2 = Clayton's age {Clayton is 2 years younger than Josh}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "j + j - 2 = 20 {sum of their ages is 20} \n" ); document.write( "2j - 2 = 20 {combined like terms} \n" ); document.write( "2j = 22 {added 2 to each side} \n" ); document.write( "j = 11 {divided each side by 2} \n" ); document.write( "j - 2 = 9 {substituted 11, in for j, into j - 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Josh is 11 \n" ); document.write( "Clayton is 9 \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |