document.write( "Question 1016094: Find two consecutive whole numbers such as three times the first is 10 more than twice the second. \n" ); document.write( "
Algebra.Com's Answer #632448 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "What do you want to know about this? \n" ); document.write( "Always state your question. \n" ); document.write( ". \n" ); document.write( "F=first; S=second=F+1 \n" ); document.write( ". \n" ); document.write( "3F=2S+10 \n" ); document.write( "3F=2(F+1)+10 \n" ); document.write( "3F=2F+2+10 \n" ); document.write( "3F=2F+12 \n" ); document.write( "F=12 \n" ); document.write( ". \n" ); document.write( "S=F+1=12+1=13 \n" ); document.write( ". \n" ); document.write( "ANSWER: 12 and 13 are the two numbers. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( ". \n" ); document.write( "3F=2S+10 \n" ); document.write( "3(12)=2(13)+10 \n" ); document.write( "36=26+10 \n" ); document.write( "36=36 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |