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 #399489 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the odd numbers be n, n+2, n+4\r
\n" ); document.write( "\n" ); document.write( "(n+2)^2=(n+4)^2-192\r
\n" ); document.write( "\n" ); document.write( "n^2+4n+4=n^2+8n+16-192\r
\n" ); document.write( "\n" ); document.write( "4n-8n=16-192-4\r
\n" ); document.write( "\n" ); document.write( "-4n= 180\r
\n" ); document.write( "\n" ); document.write( "/4
\n" ); document.write( "n=45\r
\n" ); document.write( "\n" ); document.write( "45,47 & 49
\n" ); document.write( "
\n" );