document.write( "Question 872009: Please respond back
\n" );
document.write( "1. The second of three numbers is 5 times the first number. The third number is 12 less then the first. Find the three numbers if their sum is 51
\n" );
document.write( "2. The greater of two numbers is 3 less than twice the smaller number. The sum of the two numbers is 18. What are the two numbers?
\n" );
document.write( "3. The sum of three consecutive integers is 12 less then 4 times the first integer. What are the three integers?
\n" );
document.write( "Please help me ! \n" );
document.write( "
Algebra.Com's Answer #525851 by rothauserc(4718) You can put this solution on YOUR website! We have three numbers x, y, z \n" ); document.write( "1) x + 5x + x - 12 = 51 \n" ); document.write( "7x = 63 \n" ); document.write( "x = 9, y = 45, z = -3 \n" ); document.write( "2) x + 2x-3 = 18 \n" ); document.write( "3x = 21 \n" ); document.write( "x = 7, y = 11 \n" ); document.write( "3) x + x+1 + x+2 = 4x - 12 \n" ); document.write( "3x + 3 = 4x - 12 \n" ); document.write( "x = 15 \n" ); document.write( "three consecutive integers are 15, 16, 17 \n" ); document.write( "note that 15 + 16 + 17 = 48 and \n" ); document.write( "4 times 15 minus 12 = 48 \n" ); document.write( "our answer checks\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |