document.write( "Question 944775: The sum of three consecutive odd integers is negative forty-five. Find the largest integer \n" ); document.write( "
Algebra.Com's Answer #576067 by macston(5194)![]() ![]() You can put this solution on YOUR website! I is the largest integer; I-2 is the middle; I-4 is the smallest \n" ); document.write( "Sum is -45: \n" ); document.write( "I+(I-2)+(I-4)=-45 \n" ); document.write( "3I-6=-45 Add 6 to each side \n" ); document.write( "3I=-39 Divide each side by 3 \n" ); document.write( "I=-13 ANSWER The largest integer is -13 \n" ); document.write( "CHECK \n" ); document.write( "Middle=I-2=-15 \n" ); document.write( "Small=I-4=-17 \n" ); document.write( "Sum is -45 \n" ); document.write( "-45=(-13)+(-15)+(-17) \n" ); document.write( "-45=-45 \n" ); document.write( " \n" ); document.write( " |