document.write( "Question 730590: If p,q,r are any real numbers,then
\n" );
document.write( "a)max(p,q) < max(p,q,r)
\n" );
document.write( "b)min(p,q)=1/2((p+q)-(p-q))
\n" );
document.write( "c)min(p,q) < min(p,q,r)
\n" );
document.write( "d)none of these \n" );
document.write( "
Algebra.Com's Answer #458797 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! d \n" ); document.write( "none are always true: \r \n" ); document.write( "\n" ); document.write( "a)max(2,2) < max(2,2,2) false they are equal \n" ); document.write( "b)min(0,1)=1/2((0+1)-(0-1)) False! \n" ); document.write( "c)min(2,2) < min(2,2,2) False they are equal \n" ); document.write( "d)none of these \n" ); document.write( " |