document.write( "Question 66179: write an inequality for the situation
\n" );
document.write( "Allen can spend at most $10.00 on party supplies. Plates cost $3.00 per packages and napkins cost $2.00 per package. \n" );
document.write( "
Algebra.Com's Answer #46915 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write an inequality for the situation \n" ); document.write( "Allen can spend at most $10.00 on party supplies. Plates cost $3.00 per packages and napkins cost $2.00 per package. \n" ); document.write( "---------------------- \n" ); document.write( "Let number of plates be x; value of these is 3x dollars \n" ); document.write( "Let number of napkins be y: value of these is 2y dollars \n" ); document.write( "---------------- \n" ); document.write( "INEQUALITY: \n" ); document.write( "value + value <=10 dollars \n" ); document.write( "3x + 2y <= 10 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |