document.write( "Question 421787: If p and q are roots of quadratic equation x2-px+q=0 , what is value of p and q? \n" ); document.write( "
Algebra.Com's Answer #294474 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Use Vieta's formulas: the sum of the roots is p, so \"p%2Bq+=+p\", and q = 0. Likewise, the product of the roots is q, so \"pq+=+q\", since q = 0, p can be any real number (not just 1). \n" ); document.write( "
\n" );