document.write( "Question 160032: Find three consectutive integers such that 4 times the largest exceeds three times the second by 10. \n" ); document.write( "
Algebra.Com's Answer #118024 by KnightOwlTutor(293) You can put this solution on YOUR website! #1=X \n" ); document.write( "#2=x+1 Send largest \n" ); document.write( "#3=x+2 Largest \r \n" ); document.write( "\n" ); document.write( "4(X+2)=10+3(x+1)\r \n" ); document.write( "\n" ); document.write( "Use the distributive property\r \n" ); document.write( "\n" ); document.write( "4x+8=10+3x+3\r \n" ); document.write( "\n" ); document.write( "Simplify \n" ); document.write( "4x+8=13+3x\r \n" ); document.write( "\n" ); document.write( "Subtract 3x from both sides \n" ); document.write( "x+8=13 \n" ); document.write( "Subtract 8 from both sides\r \n" ); document.write( "\n" ); document.write( "X=5 \n" ); document.write( "X+1=6 \n" ); document.write( "X+2=7\r \n" ); document.write( "\n" ); document.write( "Let's confirm that this is the correct answer by plugging in the respective values into the equation\r \n" ); document.write( "\n" ); document.write( "4(X+2)=10+3(x+1) \n" ); document.write( "4(7)=10+18\r \n" ); document.write( "\n" ); document.write( "28=28 \n" ); document.write( " |