document.write( "Question 57475This question is from textbook
\n" );
document.write( ": the sum of three consecutive odd integers is less than 100. What are the greatest possible values of these integers?
\n" );
document.write( "x= 1st odd integer
\n" );
document.write( "x+2= 2nd odd integer
\n" );
document.write( "x+4= 3rd odd integer\r
\n" );
document.write( "\n" );
document.write( "x+x+2+x+4<100
\n" );
document.write( "3x+6<100
\n" );
document.write( " -6 -6
\n" );
document.write( "3x<94
\n" );
document.write( "dived by 3 both sides
\n" );
document.write( "equals
\n" );
document.write( "x<31 and one third \n" );
document.write( "
Algebra.Com's Answer #39235 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! the sum of three consecutive odd integers is less than 100. What are the greatest possible values of these integers? \n" ); document.write( "x= 1st odd integer \n" ); document.write( "x+2= 2nd odd integer \n" ); document.write( "x+4= 3rd odd integer\r \n" ); document.write( "\n" ); document.write( "x+x+2+x+4<100 \n" ); document.write( "3x+6<100 \n" ); document.write( " -6 -6 \n" ); document.write( "3x<94 \n" ); document.write( "dived by 3 both sides \n" ); document.write( "equals \n" ); document.write( "x<31 and one third \n" ); document.write( "~~~~~~~~~~~~~~~~~~ \n" ); document.write( "You've done everything right so far. You just need to finalize your thoughts and calculations. \n" ); document.write( "Because you need them to be integers: \n" ); document.write( "x<31 (without the one third) \n" ); document.write( "The first odd integer: X=31 \n" ); document.write( "The second odd integer: x+2=33 \n" ); document.write( "The third odd integer: x+4=35 \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "31+33+35=99 \n" ); document.write( "If you went with 33+35+37=105 So you're right:-) \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |