document.write( "Question 1014517: One number is twice the second number. The third number is 2 less than thrice the second number. If their sum is 46, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #630784 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "F=first number=2S; S=second number; T=third number=3S-2 \n" ); document.write( ". \n" ); document.write( "F+S+T=46 \n" ); document.write( "(2S)+S+(3S-2)=46 \n" ); document.write( "6S-2=46 \n" ); document.write( "6S=48 \n" ); document.write( "S=8 \n" ); document.write( "ANSWER 1: The second number is 8. \n" ); document.write( ". \n" ); document.write( "F=2S=2(8)=16 \n" ); document.write( "ANSWER 2: The first number is 16. \n" ); document.write( ". \n" ); document.write( "T=3S-2=3(8)-2=24-2=22 \n" ); document.write( "ANSWER 3: The third number is 22. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |