document.write( "Question 224633: how would i write the sum of three consecutive odd numbers is 39 as an equation? \n" ); document.write( "
Algebra.Com's Answer #167784 by mestrydilip(13)![]() ![]() You can put this solution on YOUR website! Let us assume the first odd number to be x.\r \n" ); document.write( "\n" ); document.write( "Second number will be x+2.\r \n" ); document.write( "\n" ); document.write( "Third number will be x+4\r \n" ); document.write( "\n" ); document.write( "Sum of the three is given to be 39.\r \n" ); document.write( "\n" ); document.write( " x + (x+2) + (x+4) = 39\r \n" ); document.write( "\n" ); document.write( " x + x+2 + x+4 = 39\r \n" ); document.write( "\n" ); document.write( " 3x+6=39 \n" ); document.write( " |