document.write( "Question 1153348: Andy is x years old. pam is 12 years older than he.
\n" );
document.write( "write an expression in x
\n" );
document.write( "a) pams age
\n" );
document.write( "b) the sum of andy`s age and pams age \n" );
document.write( "
Algebra.Com's Answer #775560 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! pam is x+12 years \n" ); document.write( "their sum is x + x+12 or 2x+12 years \n" ); document.write( " |