document.write( "Question 1094637: three good friends are in the same algebra class. their scores on a recent test are three consecutive odd integers whose sum is 219. find each score \n" ); document.write( "
Algebra.Com's Answer #709187 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive odd integers be
\n" ); document.write( "\"+n+\", \"+n%2B2+\", and \"+n%2B4+\"
\n" ); document.write( "---------------------------------
\n" ); document.write( "\"+n+%2B+n+%2B+2+%2B+n+%2B+4+=+219+\"
\n" ); document.write( "\"+3n+%2B+6+=+219+\"
\n" ); document.write( "\"+3n+=+213+\"
\n" ); document.write( "\"+n+=+71+\"
\n" ); document.write( "and
\n" ); document.write( "\"+n+%2B+2+=+73+\"
\n" ); document.write( "\"+n+%2B+4+=+75+\"
\n" ); document.write( "------------------
\n" ); document.write( "The consecutive odd numbers are 71,73, and 75
\n" ); document.write( "------------------
\n" ); document.write( "check:
\n" ); document.write( "\"+71+%2B+73+%2B+75+=+219+\"
\n" ); document.write( "\"+219+=+219+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );