document.write( "Question 1026749: MUST question
\n" );
document.write( "if p and x are non negative numbers and y is a non positive number, which of the following must be true?
\n" );
document.write( "a) px>xy
\n" );
document.write( "b) px>0
\n" );
document.write( "c) pxy>-1
\n" );
document.write( "d) pxy is less than equal to 0
\n" );
document.write( "e) px is not equal to y
\n" );
document.write( "f) x is greater than equal to py \n" );
document.write( "
Algebra.Com's Answer #642044 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! a) False, x could equal 0 \n" ); document.write( "b) False, p and x could both be 0 \n" ); document.write( "c) False, let p = x = 1, y = -2 \n" ); document.write( "d) True, px is non-negative and multiplying it by y gives a non-positive number \n" ); document.write( "e) False, let p = x = y = 0 \n" ); document.write( "f) True, x >= 0 and py <= 0 \n" ); document.write( " |