document.write( "Question 670305: I don't understand how to set up the equation for this problem. Find two consecutive integers such that 3 times the larger exceeds twice the smaller by 34 \n" ); document.write( "
Algebra.Com's Answer #416879 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that 3 times the larger exceeds twice the smaller by 34 \n" ); document.write( ": \n" ); document.write( "let n = the 1st integer \n" ); document.write( "then \n" ); document.write( "(n+1) = the next consecutive integer \n" ); document.write( ": \n" ); document.write( "Write an equation for what it says: \n" ); document.write( ": \n" ); document.write( "\"3 times the larger exceeds twice the smaller by 34\" \n" ); document.write( "3(n+1) = 2n + 34 \n" ); document.write( "3n + 3 = 2n + 34 \n" ); document.write( "3n - 2n = 34 - 3 \n" ); document.write( "n = 31, 32; are the two integers, (pretty easy, right?) \n" ); document.write( " |