document.write( "Question 510293: What are all the possible sets of three consecutive odd whole numbers whose sum is less then 45? \n" ); document.write( "
Algebra.Com's Answer #341773 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Three consecutive odd whole numbers are x, y, and z. \n" ); document.write( "But with three unknowns, we need three equations. \n" ); document.write( "All we have is 1 equation, so we need to define the numbers differently. \n" ); document.write( "x \n" ); document.write( "x+2 \n" ); document.write( "x+4 \n" ); document.write( ". \n" ); document.write( "x +x+2 +x+4 = 45 \n" ); document.write( ". \n" ); document.write( "3x +6 = 45 \n" ); document.write( ". \n" ); document.write( "3x = 39 \n" ); document.write( ". \n" ); document.write( "x = 13 \n" ); document.write( "x+2 = 15 \n" ); document.write( "x+4 = 17 \n" ); document.write( ". \n" ); document.write( "13+15+17=45 \n" ); document.write( ". \n" ); document.write( "Answer: The three consecutive whole odd numbers that total 45 are 13, 15, and 17. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |