document.write( "Question 703761: The second of three numbers is 1 less than the first. The third number is 5 less than twice the second. If the third number exceeds the first number by 12, find the three numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #433681 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The second of three numbers is 1 less than the first. The third number is 5 less than twice the second. If the third number exceeds the first number by 12, find the three numbers. \n" ); document.write( "** \n" ); document.write( "let x=1st number \n" ); document.write( "x-1=2nd number \n" ); document.write( "2x-5=3rd number \n" ); document.write( ".. \n" ); document.write( "2x-5-x=17 \n" ); document.write( "x=17 \n" ); document.write( "x-1=16 \n" ); document.write( "2x-5=27 \n" ); document.write( "1st number=17 \n" ); document.write( "2nd number=16 \n" ); document.write( "3rd number=27 \n" ); document.write( " |