document.write( "Question 511973: How do i do this problem?:
\n" );
document.write( "Find 3 consecutive odd integers such that the sum of the least and greatest is 78 \n" );
document.write( "
Algebra.Com's Answer #342472 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find 3 consecutive odd integers such that the sum of the least and greatest is 78 \n" ); document.write( "------- \n" ); document.write( "They're n-2, n & n+2 \n" ); document.write( "(n-2) + (n+2) = 78 \n" ); document.write( " \n" ); document.write( " |