document.write( "Question 437686: The problem is:
\n" ); document.write( "\"Find 2 consecutive integers such that the smaller plus twice the larger equals -61.\" \r
\n" ); document.write( "\n" ); document.write( "If the smaller integer equals S, this is what I have come up with:
\n" ); document.write( "S + (s+1x2) Is this correct? \r
\n" ); document.write( "\n" ); document.write( "I am not sure if the consecutive number is to the power of 2 or the consecutive number +1 is to the power of 2… can you advise?
\n" ); document.write( "Thank you!!!
\n" ); document.write( "

Algebra.Com's Answer #302777 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
The next number (the larger one) is the one that is being multiplied (multiplied by 2, not raised to the power of 2). The equation should look like\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "S + 2(S+1) = -61\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3S + 2 = -61\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3S = -63\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "S = -21, S+1 = -20.
\n" ); document.write( "
\n" );