document.write( "Question 1102025: What three consecutive odd intergers add up where the largest and second largest intergers is four times the smallest interger? \n" ); document.write( "
Algebra.Com's Answer #716649 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Maybe you are asking this:
\n" ); document.write( "----------------------------------------------------------------------------
\n" ); document.write( "What are three consecutive odd integers for which the largest and second largest sum to be four times the smallest?
\n" ); document.write( "----------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Integers: \"system%28n%2C+n%2B2%2C+n%2B4%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28n%2B2%29%2B%28n%2B4%29=4%28n%29\"\r
\n" ); document.write( "\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "\"2n%2B6=4n\"
\n" ); document.write( "\"n%2B3=2n\"
\n" ); document.write( "\"3=n\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 3, 5, 7.
\n" ); document.write( "Sum of these three integers, 15.
\n" ); document.write( "
\n" );