document.write( "Question 1013225: Find the biggest of the three consecutive odd numbers such that the product of the second and the third is greater than the square of the first by 110. \n" ); document.write( "
Algebra.Com's Answer #629478 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
F=first; S=second=F+2; T=third=F+4
\n" ); document.write( ".
\n" ); document.write( "\"ST=F%5E2%2B110\"
\n" ); document.write( "\"%28F%2B2%29%28F%2B4%29=F%5E2%2B110\"
\n" ); document.write( "\"F%5E2%2B6F%2B8=F%5E2%2B110\"
\n" ); document.write( "\"6F%2B8=110\"
\n" ); document.write( "\"6F=102\"
\n" ); document.write( "\"F=17\"
\n" ); document.write( ".
\n" ); document.write( "T=F+4=17+4=21
\n" ); document.write( ".
\n" ); document.write( "ANSWER: The largest of the numbers is 21.
\n" ); document.write( ".
\n" ); document.write( "CHECK:
\n" ); document.write( "\"ST=F%5E2%2B110\"
\n" ); document.write( "\"%2819%29%2821%29=17%5E2%2B110\"
\n" ); document.write( "\"399=289%2B110\"
\n" ); document.write( "\"399=399\"
\n" ); document.write( ".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );