document.write( "Question 400003: Brian has no more than 16 coins. They comprise of both nickels and dimes. There are at least four times as many nickels as there are dimes. Which of the following is a system of inequalities that describes this situation? \n" ); document.write( "
Algebra.Com's Answer #283213 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
>>...Brian has no more than 16 coins...<<
\n" ); document.write( "
\r\n" );
document.write( "That says if you add the number of nickels (x) to the number of\r\n" );
document.write( "dimes (y) you get a number either less than 16 or equal to 16:\r\n" );
document.write( "\r\n" );
document.write( "x + y < 16\r\n" );
document.write( "

\n" ); document.write( ">>...There are at least four times as many nickels as there are dimes...<<
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "That says the number of nickels (x) is greater than or equal to 4\r\n" );
document.write( "times the number of dimes (y).\r\n" );
document.write( "\r\n" );
document.write( "x > 4y\r\n" );
document.write( "

\n" ); document.write( ">>...Which of the following is a system of inequalities that describes this situation?...<<
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "That's this system:\r\n" );
document.write( "\r\n" );
document.write( "x + y < 16\r\n" );
document.write( "x > 4y\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );