document.write( "Question 796257: Find two consecutive even integers such that the smaller added to five times the larger gives the sum of 34. \n" ); document.write( "
Algebra.Com's Answer #481311 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Two consecutive even integers; \n" ); document.write( "n, n + 2 \n" ); document.write( "the smaller added to five times the larger gives the sum of 34. \n" ); document.write( "n + 5(n + 2) = 34 \n" ); document.write( "n + 5n + 10 = 34 \n" ); document.write( "6n = 34 - 10 \n" ); document.write( "6n = 24 \n" ); document.write( "n = 4 \n" ); document.write( "Two consecutive even integers are: \n" ); document.write( "4 and 6. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |