document.write( "Question 1049405: (1 point) A business shipped 116 packages one day. Customers are charged $4.50 for each standard-delivery package and $7.50 for each express-delivery package. Total shipping charges for the day were $600.00 . How many of each kind of package were shipped?
\n" );
document.write( "Standard-Delivery Packages:
\n" );
document.write( " Express-Delivery Packages:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #665088 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the number of express-delivery packages shipped. Then: \n" ); document.write( "7.5n+4.5(116-n)=600 \n" ); document.write( "75n+45(116-n)=6000 \n" ); document.write( "75n-45n+5220=6000 \n" ); document.write( "30n=780 \n" ); document.write( "n=26 packages sent express-delivery \n" ); document.write( "116-n=90 packages sent standard-delivery. ☺☺☺☺ \n" ); document.write( " |