document.write( "Question 949784: Find three consecutive odd numbers whose sum is 1731. \n" ); document.write( "
Algebra.Com's Answer #579868 by macston(5194)![]() ![]() You can put this solution on YOUR website! N=first number; N+2=second; N+4=third \n" ); document.write( "N+(N+2)+(N+4)=1731 \n" ); document.write( "3N+6=1731 Subtract 6 from each side \n" ); document.write( "3N=1725 Divide each side by 3 \n" ); document.write( "N=575 ANSWER 1: The first number is 575 \n" ); document.write( "N+2=577 ANSWER 2: The second number is 577 \n" ); document.write( "N+4=579 ANSWER 3: The third number is 579 \n" ); document.write( "CHECK \n" ); document.write( "575+577+579=1731 \n" ); document.write( "1731=1731 \n" ); document.write( " \n" ); document.write( " |