document.write( "Question 102885: I am thinking of three consecutive positive numbers. If I multiply the first with the third and then add the second, the result is 41. Let X be the smallest number.
\n" ); document.write( "This is how far I have made, but I don't think I'm doing it right.
\n" ); document.write( "x
\n" ); document.write( "x+1
\n" ); document.write( "x+2
\n" ); document.write( "x+x+1+x+2=41
\n" ); document.write( " 3x+3=41
\n" ); document.write( " 3x+3-3=41-3
\n" ); document.write( " 3x=38
\n" ); document.write( " x=38/3
\n" ); document.write( "

Algebra.Com's Answer #74835 by doukungfoo(195)\"\" \"About 
You can put this solution on YOUR website!
This part of what you did is correct:
\n" ); document.write( "x
\n" ); document.write( "x+1
\n" ); document.write( "x+2
\n" ); document.write( "This is where you made a mistake:
\n" ); document.write( "x+x+1+x+2=41
\n" ); document.write( "The problem states:
\n" ); document.write( "If I multiply the first with the third and then add the second, the result is 41
\n" ); document.write( "So your equation should look like this:
\n" ); document.write( "\"x%28x%2B2%29%2B%28x%2B1%29=41\"
\n" ); document.write( "first multiply x across (x+2)
\n" ); document.write( "\"x%5E2%2B2x%2B%28x%2B1%29=41\"
\n" ); document.write( "next multiply 1 across (x+1)
\n" ); document.write( "\"x%5E2%2B2x%2Bx%2B1=41\"
\n" ); document.write( "now combine like terms
\n" ); document.write( "\"x%5E2%2B3x%2B1=41\"
\n" ); document.write( "now move 41 over by subtracting it from both sides
\n" ); document.write( "\"x%5E2%2B3x%2B1-41=41-41\"
\n" ); document.write( "\"x%5E2%2B3x-40=0\"
\n" ); document.write( "OK so now we have a quadratic equation in standard form. We can solve for x by factoring or by using the quadratic formula.
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"ax%5E2%2Bbx%2Bc=0\" (in our case \"1x%5E2%2B3x%2B-40+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%283%29%5E2-4%2A1%2A-40=169\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=169 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28-3%2B-sqrt%28+169+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"x%5B1%5D+=+%28-%283%29%2Bsqrt%28+169+%29%29%2F2%5C1+=+5\"
\n" ); document.write( " \"x%5B2%5D+=+%28-%283%29-sqrt%28+169+%29%29%2F2%5C1+=+-8\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"1x%5E2%2B3x%2B-40\" can be factored:
\n" ); document.write( " \"1x%5E2%2B3x%2B-40+=+1%28x-5%29%2A%28x--8%29\"
\n" ); document.write( " Again, the answer is: 5, -8.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+1%2Ax%5E2%2B3%2Ax%2B-40+%29\"

\n" ); document.write( "\n" ); document.write( "So the possible solutions for x are -8 and 5
\n" ); document.write( "However the problem states:
\n" ); document.write( "I am thinking of three consecutive positive numbers.
\n" ); document.write( "So we can throw out -8 as an extraneous solution.
\n" ); document.write( "Ok so the smallest number is 5
\n" ); document.write( "the next number is 5+1 which is 6
\n" ); document.write( "and the last number is 5+2 which is 7
\n" ); document.write( "Answer: The three consecutive positive numbers are 5, 6, and 7
\n" ); document.write( "Check by mulitiplying the first number by the third number and adding the second number. The result should be 41.
\n" ); document.write( "5 * 7 + 6 = 41
\n" ); document.write( "35 + 6 = 41
\n" ); document.write( "41 = 41
\n" ); document.write( "
\n" ); document.write( "
\n" );