document.write( "Question 1168904: Find two consecutive integers such that half the smaller number plus three times the larger number is −32.\r
\n" );
document.write( "\n" );
document.write( "CAN YOU PLEASE FOLLOW GUESS METHOD I NEED IT IN ORDER TO COMPLETE MY HOMEWORK \n" );
document.write( "
Algebra.Com's Answer #793552 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let n = the smaller integer \n" ); document.write( "Then the larger integer = n + 1 \n" ); document.write( "Half the smaller = n/2 \n" ); document.write( "Three times the larger = 3(n + 1) \n" ); document.write( "This should give you enough information to complete the problem. \n" ); document.write( " |