document.write( "Question 1035686: Sara's age is 7 more than antonio's age.Two times Antonio's age plus 3 times sara's age is equal to 36. How old are they? \n" ); document.write( "
Algebra.Com's Answer #650349 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Sara's age is 7 more than antonio's age.Two times Antonio's age plus 3 times sara's age is equal to 36. How old are they?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "s = a + 7,      (1)\r\n" );
document.write( "2a + 3s = 36.   (2)\r\n" );
document.write( "\r\n" );
document.write( "Substitute expression (1) for s into (2). You will get a single equation for a:\r\n" );
document.write( "\r\n" );
document.write( "2a + 3*(a+7) = 36,\r\n" );
document.write( "\r\n" );
document.write( "2a + 3a + 21 = 36,\r\n" );
document.write( "\r\n" );
document.write( "5a = 36 - 21 = 15,\r\n" );
document.write( "\r\n" );
document.write( "a = 3.\r\n" );
document.write( "\r\n" );
document.write( "Antonio is 3 years old.\r\n" );
document.write( "Sara's age is 3 + 7 = 10 years.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );