document.write( "Question 158850: I am thinking of three consecutive numbers. If I multiply the first with the second and then subtract three times the third the result is 57. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #116989 by nabla(475)\"\" \"About 
You can put this solution on YOUR website!
3 numbers:
\n" ); document.write( "a
\n" ); document.write( "a+1
\n" ); document.write( "a+2\r
\n" ); document.write( "\n" ); document.write( "words to symbols:
\n" ); document.write( "a(a+1)-3(a+2)=57
\n" ); document.write( "a^2+a-3a-6=57
\n" ); document.write( "a^2-2a-63=0
\n" ); document.write( "(a+7)(a-9)=0
\n" ); document.write( "so a=-7 or a=9. We want a to exist in the set of integers. Thus, we exclude a=-7 as a solution.\r
\n" ); document.write( "\n" ); document.write( "The numbers, then, are 9, 10, 11.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "9(10)-3(11)=90-33=57\r
\n" ); document.write( "\n" ); document.write( "yes
\n" ); document.write( "
\n" );