document.write( "Question 1138429: John is 12 years older than Sam and the product of their ages is 189. How old is Sam?
\n" );
document.write( " A.
\n" );
document.write( "11 years old
\n" );
document.write( " B.
\n" );
document.write( "9 years old
\n" );
document.write( " C.
\n" );
document.write( "21 years old
\n" );
document.write( " D.
\n" );
document.write( "8 years old \n" );
document.write( "
Algebra.Com's Answer #756222 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! S+12=J \n" ); document.write( "S(S+12)=189 \n" ); document.write( "s^2+12S-189=0 \n" ); document.write( "(S+21)(S-9)=0 \n" ); document.write( "S=9 years \n" ); document.write( "J=21 years \n" ); document.write( " |