document.write( "Question 658823: the product of twice the first and the second consecutive positive integers is 220. find the two integers.\r
\n" );
document.write( "\n" );
document.write( " please help me solving this problem thank you :) \n" );
document.write( "
Algebra.Com's Answer #410482 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let one of the consecutive number be equal to x. \n" ); document.write( "let the other of the consecutive numbers be equal to 1 more than x which would make it equal to x + 1. \n" ); document.write( "the 2 consecutive numbers are and x + 1. \n" ); document.write( "twice the first and the second consecutive number means 2 times the first consecutive number times the second consecutive number. \n" ); document.write( "in algebraic terms this becomes the expression 2 * x * (x + 1) \n" ); document.write( "since this is supposed to be equal to 220, you get the equation: \n" ); document.write( "2 * x * (x + 1) = 220 \n" ); document.write( "simplify this equation by performing the operations indicated. \n" ); document.write( "2 * x * (x + 1) becomes (2 * x * x) + (2 * x * 1) which becomes 2x^2 + 2x. \n" ); document.write( "your equation becomes 2x^2 + 2x = 220 \n" ); document.write( "this is a quadratic equation. \n" ); document.write( "subtract 220 from both sides of this to get: \n" ); document.write( "2x^2 + 2x - 220 = 0 \n" ); document.write( "the quadratic equation is now in standard form. \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "x^2 + x - 110 = 0 \n" ); document.write( "the a term is equal to 1 (coefficient of the x^2 term) \n" ); document.write( "the b term is equal to 1 (coefficient of the x term) \n" ); document.write( "the c term equal to -110 (constant term) \n" ); document.write( "your solution will contain factors of the c term. \n" ); document.write( "factors of the c term without consideration of signs can be: \n" ); document.write( "110 * 1 \n" ); document.write( "55 * 2 \n" ); document.write( "11 * 10 \n" ); document.write( "since the c term is negative, one of these factors has to be positive and one of these factors has to be negative. \n" ); document.write( "since the b term is positive, then the positive factor has to be greater than the negative factor. \n" ); document.write( "the factors of the c term with consideration of signs can be: \n" ); document.write( "110 * -1 \n" ); document.write( "55 * -2 \n" ); document.write( "11 * -10 \n" ); document.write( "if you add these factors together you should get the b term. \n" ); document.write( "the only one that works is 11 * -10 because 11 + (-10) = 1 \n" ); document.write( "those are your factors. \n" ); document.write( "your factors for the quadratic equation are: \n" ); document.write( "(x + 11) * (x - 10) = 0 \n" ); document.write( "either one of these or both must be equal to 0 to satisfy this equation. \n" ); document.write( "set each factor to 0 and see what comes out. \n" ); document.write( "x + 11 = 0 gets you x = -11 \n" ); document.write( "x - 10 = 0 gets you x = 10 \n" ); document.write( "those are your integer solutions to the quadratic equation. \n" ); document.write( "to see if those solutions are good, substitute in your original equation to see if the equation is true. \n" ); document.write( "when x = -11, the equation of x^2 + 2x = 220 becomes (-11)^2 + 2*(-11) = 220 which becomes 242 - 22 = 220 which becomes 220 = 220 which is true. \n" ); document.write( "when x = 10, the equation of x^2 + 2x = 220 becomes (10)^2 + 2*(10) = 220 which becomes 100 + 20 = 220 which becomes 220 = 220 which is true. \n" ); document.write( "both solutions are confirmed to be true. \n" ); document.write( "your solutions are: \n" ); document.write( "x = -11 and x = 10 \n" ); document.write( "they both satisfy the original equation. \n" ); document.write( " \n" ); document.write( " |