document.write( "Question 479623: sum of three consecutive odd no. is 63.find them \n" ); document.write( "
Algebra.Com's Answer #328600 by Aswathy(23)![]() ![]() ![]() You can put this solution on YOUR website! Let 3 consecutive odd numbers be 2x+1,2x+3 and 2x+5. \n" ); document.write( "Then according to the given conditions, \n" ); document.write( "(2x+1)+(2x+3)+(2x+5)=63 \n" ); document.write( "6x+9=63 \n" ); document.write( "6x=54 \n" ); document.write( "x=54/6 \n" ); document.write( "x=9 \n" ); document.write( "2x+1=19 \n" ); document.write( "2x+3=21 \n" ); document.write( "2x+5=23 \n" ); document.write( "Thus the three consecutive odd numbers are 19,21 & 23. \n" ); document.write( " |