document.write( "Question 122019: Find three consecutive odd integers such that the sum of the largest and twice the smallest is 25. \n" ); document.write( "
Algebra.Com's Answer #89645 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! let x, x+2 & x+4 be the 3 integers. \n" ); document.write( "(x+4)+2x=25 \n" ); document.write( "x+4+2x=25 \n" ); document.write( "3x=25-4 \n" ); document.write( "3x=21 \n" ); document.write( "x=21/3 \n" ); document.write( "x=7 answer for the smallest odd integer. \n" ); document.write( "7+2=9 for the next odd integer. \n" ); document.write( "7+4=11 for the largest integer. \n" ); document.write( "proof \n" ); document.write( "11+2*7=25 \n" ); document.write( "11+14=25 \n" ); document.write( "25=25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |