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)![]() ![]() 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( " \n" ); document.write( "first multiply x across (x+2) \n" ); document.write( " \n" ); document.write( "next multiply 1 across (x+1) \n" ); document.write( " \n" ); document.write( "now combine like terms \n" ); document.write( " \n" ); document.write( "now move 41 over by subtracting it from both sides \n" ); document.write( " \n" ); document.write( " \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( "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( " |