document.write( "Question 916180:
\n" );
document.write( "1.Out of three consecutive positive integers,the middle number is p. If three times the square of the largest is greater than the sum of the squares of the other two numbers by 67; calculate the value of p.
\n" );
document.write( "Please help me to solve this problem, which is based on quadratic equation. \n" );
document.write( "
Algebra.Com's Answer #555956 by rothauserc(4718) You can put this solution on YOUR website! let x be the first consecutive positive integer, then \n" ); document.write( "x, x+1, x+2 are the three positive consecutive integers and p = x+1 \n" ); document.write( "now we are given, \n" ); document.write( "3*(x+2)^2 = x^2 + (x+1)^2 + 67 \n" ); document.write( "calculate squares \n" ); document.write( "3*(x^2+4x+4) = x^2 +(x^2+2x+1) +67 \n" ); document.write( "multiply and combine like terms \n" ); document.write( "3x^2+12x+12 = 2x^2+2x+68 \n" ); document.write( "subtract 2x^2 from both sides of = \n" ); document.write( "x^2 +12x +12 = 2x +68 \n" ); document.write( "subtract 2x +68 from both sides of = \n" ); document.write( "x^2 +10x -56 = 0 \n" ); document.write( "fact this polynomial \n" ); document.write( "(x-4)*(x+14) = 0 \n" ); document.write( "x is 4 or -14 \n" ); document.write( "we want a positive integer, therefore \n" ); document.write( "x = 4 and \n" ); document.write( "p = 4 +1 = 5 \n" ); document.write( "check our answer \n" ); document.write( "3*(6^2) = 4^2 +5^2 +67 \n" ); document.write( "108 = 16 +25 +67 \n" ); document.write( "108 = 108 \n" ); document.write( "our answer checks \n" ); document.write( " \n" ); document.write( " |