document.write( "Question 980354: One number is 6 more than another number. Three times the lesser number , added to twice the greater number is 2. What is the greater number ? \n" ); document.write( "
Algebra.Com's Answer #601499 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "L=lesser number; G=greater number \n" ); document.write( ". \n" ); document.write( "L=G-6 Use this to substitute for L below. \n" ); document.write( ". \n" ); document.write( "3L+2G=2 Substitute for L from above. \n" ); document.write( "3(G-6)+2G=2 \n" ); document.write( "3G-18+2G=2 \n" ); document.write( "5G=20 \n" ); document.write( "G=4 ANSWER: The greater number is 4. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( ". \n" ); document.write( "L=G-6=4-6=-2 The lesser number is -2. \n" ); document.write( ". \n" ); document.write( "Three times the lesser number , added to twice the greater number is 2: \n" ); document.write( "3L+2G=2 \n" ); document.write( "3(-2)+2(4)=2 \n" ); document.write( "-6+8=2 \n" ); document.write( "2=2 \n" ); document.write( " |