document.write( "Question 1001527: Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618701 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third \n" ); document.write( "------------- \n" ); document.write( "n-2, n, n+2 are the integers. \n" ); document.write( "--- \n" ); document.write( "3n = (n-2) + (n+2) + 5 \n" ); document.write( "3n = 2n + 5 \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |