document.write( "Question 44343: Carlos scored 15 more points than John in the basketball game. If the product of the two point totals is 154, how many points did each boy score? \n" ); document.write( "
Algebra.Com's Answer #29273 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let their totals be C and J.
\n" ); document.write( "Then C = J + 15 and
\n" ); document.write( "CJ = 154
\n" ); document.write( "Now substituting we get
\n" ); document.write( "J(J + 15) = 154
\n" ); document.write( "J^2 + 15J = 154
\n" ); document.write( "J^2 + 15J - 154 = 0
\n" ); document.write( "(J + 22)(J - 7) = 0
\n" ); document.write( "J = -22 or J = 7
\n" ); document.write( "but since you can't score negative points,
\n" ); document.write( "J = 7 and C = 22
\n" ); document.write( "
\n" );