document.write( "Question 1047994: On a 3 positive consecutive integer the middle number is p. If 3 times the square of the largest number is greater than the sum of the other2 number by 67 find the value of p
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663555 by Horlaye(27) You can put this solution on YOUR website! Let the numbers be p-1, p, p+1 \n" ); document.write( "from the sentence \n" ); document.write( "3(p+1) - (p-1+p) = 67 \n" ); document.write( "3p + 3 - p + 1 - p = 67 \n" ); document.write( "p = 67 - 4 \n" ); document.write( "p = 63 \n" ); document.write( " |