document.write( "Question 1003045: The sum of two numbers is 84, and one of them is 12 more than the other. What are the two numbers?
\n" );
document.write( "I need an equation and an answer! \n" );
document.write( "
Algebra.Com's Answer #628648 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "F=first number; S=second number=F+12 \n" ); document.write( ". \n" ); document.write( "F+S=84 \n" ); document.write( "F+(F+12)=84 \n" ); document.write( "2F+12=84 \n" ); document.write( "2F=72 \n" ); document.write( "F=36 \n" ); document.write( "ANSWER 1: The first number is 36. \n" ); document.write( ". \n" ); document.write( "S=F+12=36+12=48 \n" ); document.write( "ANSWER 2: The second number is 48. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "F+S=84 \n" ); document.write( "36+48=84 \n" ); document.write( "84=84 \n" ); document.write( " |