document.write( "Question 404284: the coordinate of the midpoint of the line joining A(p²,p)and B(q²,q) are (5,1) find the possible values of p and q
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #285719 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the coordinate of the midpoint of the line joining A(p²,p)and B(q²,q) are (5,1) find the possible values of p and q\r \n" ); document.write( "\n" ); document.write( "---------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "(p^2+q^2)/2 = 5 \n" ); document.write( "--- \n" ); document.write( "(p+q)/2 = 1 \n" ); document.write( "=================== \n" ); document.write( "Modify: \n" ); document.write( "p^2+q^2 = 10 \n" ); document.write( "p + q = 2 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"p\" and solve for \"q\": \n" ); document.write( "(2-q)^2+q^2 = 10 \n" ); document.write( "4-4q+2q^2 = 10 \n" ); document.write( "2q^2-4q-6 = 0 \n" ); document.write( "--- \n" ); document.write( "2q^2-6q+2q-6 = 0 \n" ); document.write( "2q(q-3)+2(q-3) = 0 \n" ); document.write( "(q-3)(2q+2) = 0 \n" ); document.write( "q = 3 or q = -1 \n" ); document.write( "---- \n" ); document.write( "Solve for \"p\": \n" ); document.write( "If q = 3 \n" ); document.write( "Since p+q = 2 \n" ); document.write( "p = 2-q = -1 \n" ); document.write( "--- \n" ); document.write( "If q = -1 \n" ); document.write( "Since p+q = 2 \n" ); document.write( "p = 3 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |