document.write( "Question 933110: Three more than the square root of the sum of 3 consecutive odd numbers is 12. Find the three numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805630 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 + sqrt((x-2) + x + (x+2)) = 12 \n" ); document.write( "sqrt(3x) = 9 \n" ); document.write( "3x = 9^2 = 81 \n" ); document.write( "x = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 25, 27, and 29. \n" ); document.write( " |