document.write( "Question 634306: Given three consecutive odd numbers such that the square of the second number is 192 less than the square of the third. Find those numbers. \n" ); document.write( "
Algebra.Com's Answer #844562 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
consecutive ODD numbers
\n" ); document.write( "2n-1, 2n+1, 2n+3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%282n%2B1%29%5E2=%282n%2B3%29%5E2-192\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"4n%5E2%2B4n%2B1=4n%5E2%2B12n%2B9-192\"\r
\n" ); document.write( "\n" ); document.write( "\"4n%2B1=12n-183\"\r
\n" ); document.write( "\n" ); document.write( "\"4n-12n=-184\"\r
\n" ); document.write( "\n" ); document.write( "\"8n=184\"\r
\n" ); document.write( "\n" ); document.write( "\"n=23\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The odd numbers are 45, 47, 49
\n" ); document.write( "
\n" );