document.write( "Question 594520:  Our teacher gave us a worksheet and there's some questions I don't understand. One is this... The sum of an integer and three more than three times the next consecutive integer is 30. Find the integers.
\n" );
document.write( "And we are using the 5 step method and I just can't get all the steps right, except number one. Please help. \n" );
document.write( "
| Algebra.Com's Answer #376815 by mananth(16946)     You can put this solution on YOUR website! Integer = x\r \n" ); document.write( "\n" ); document.write( "next integer = x+1\r \n" ); document.write( "\n" ); document.write( "3 more than 3 times the next integer 3(x+1) +3\r \n" ); document.write( "\n" ); document.write( "Sum of both = 30\r \n" ); document.write( "\n" ); document.write( "x+3(x+1)+3=30 \n" ); document.write( "x+3x+3+3 =30 \n" ); document.write( "4x+6 =30 \n" ); document.write( "-6 -6 \n" ); document.write( "4x=24 \n" ); document.write( "/4 \n" ); document.write( "x= 6\r \n" ); document.write( "\n" ); document.write( "6 and 7 are the integers\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |