document.write( "Question 3149: Find three consicutive odd numbers if the square of the smallest is four more than the sum of all three? \n" ); document.write( "
Algebra.Com's Answer #1345 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
let smallest be x
\n" ); document.write( "Next highest is x+2
\n" ); document.write( "the largest is therefore x+4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2+=+%28x+%2B+x%2B2+%2B+x%2B4%29+%2B+4\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You solve this quadratic to give you an answer. Remember the answer for x must be an odd integer!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "jon.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );