document.write( "Question 1177574: Find the relationship between p and q, if the equation px² + 3qx + 9 = 0 has equal roots. \n" ); document.write( "
Algebra.Com's Answer #806632 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"+px%5E2+%2B+3qx+%2B+9+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "Divide through by p\r\n" );
document.write( "\r\n" );
document.write( "\"+x%5E2+%2B+expr%283q%2Fp%29x+%2B+9%2Fp+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "The sum of the roots is the coefficient of x with the opposite sign, -3q/p.\r\n" );
document.write( "Since the roots are equal, let them be r and r.\r\n" );
document.write( "\r\n" );
document.write( "\"-3q%2Fp=r%2Br\"\r\n" );
document.write( "\"-3q%2Fp=2r\"\r\n" );
document.write( "\r\n" );
document.write( "The product of the roots is the constant term 9/p.\r\n" );
document.write( "Since the roots are both r, their product is r2.\r\n" );
document.write( "\r\n" );
document.write( "\"9%2Fp=r%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "So we have a system of equations to solve\r\n" );
document.write( "\r\n" );
document.write( "\"system%28-3q%2Fp=2r%2C9%2Fp=r%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve the first for r\r\n" );
document.write( "\r\n" );
document.write( "\"-3q%2F%282p%29=r\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute in the 2nd equation in the system:\r\n" );
document.write( "\r\n" );
document.write( "\"9%2Fp=%28%28-3q%29%2F%282p%29%29%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "\"9%2Fp=%289q%5E2%29%2F%284p%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Cross-multiply:\r\n" );
document.write( "\r\n" );
document.write( "\"36p%5E2=9pq%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "\"4p%5E2=pq%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "p cannot be 0, so we may divide both sides by it\r\n" );
document.write( "\r\n" );
document.write( "\"4p=q%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );