document.write( "Question 71000: find the range of values for p such that 3X^2 + 3px + p^2 = 1 has real roots \n" ); document.write( "
Algebra.Com's Answer #50738 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
find the range of values for p such that
\n" ); document.write( " 3X^2 + 3px + p^2 = 1 has real roots
\n" ); document.write( "3X^2+3PX+(P^2-1)=0
\n" ); document.write( "DISCRIMINANT = (3P)^2-4(3)(P^2-1)=9P^2-12P^2+12= 12-3P^2
\n" ); document.write( "HENCE FOR REAL ROOTS
\n" ); document.write( "12-3P^2>=0
\n" ); document.write( "4-P^2>=0
\n" ); document.write( "4>=P^2
\n" ); document.write( "2>=|P|
\n" ); document.write( "|P|<=2
\n" ); document.write( "RANGE OF P IS [-2,2]
\n" ); document.write( "
\n" );