document.write( "Question 940870: one number exceeds another number by 6. Write these two numbers in terms of x. When twice the larger number is added to three times the smaller number, the result is 32. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #573481 by macston(5194)![]() ![]() You can put this solution on YOUR website! One number = x the other X+6 \n" ); document.write( "When twice the larger 2(x+6) is added to three times the smaller (3x)the result is 32. So 2(x+6)+3x=32 \n" ); document.write( "2x+12+3x=32 Multiply out the 2 \n" ); document.write( "5x+12=32 Combine \n" ); document.write( "5x+12-12=32-12 Subtract 12 from both sides \n" ); document.write( "5x=20 \n" ); document.write( "5x/5=20/5 Divide both sides by 5 \n" ); document.write( "x=4 ANSWER One number is 4, the other is 4+6=10 \n" ); document.write( "CHECK: \n" ); document.write( "Twice the larger added to 3 x the smaller =32 \n" ); document.write( "2(10)+3(4)=32 \n" ); document.write( "20+12=32 \n" ); document.write( "32=32 \n" ); document.write( " |