document.write( "Question 227701: solid gift wrap $4 each. printed gift wrap $6 each. the total number of gift wrap sold is 480. the total amount of money collected is $2340. how much gift wrap was sold for each kind?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169157 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=480, y=480-x \n" ); document.write( "4x+6y=2340 \n" ); document.write( "4x+6(480-x)=2340 \n" ); document.write( "4x+2880-6x=2340 \n" ); document.write( "-2x=-540 \n" ); document.write( "x=270 $4 \n" ); document.write( "y=210 $6 \n" ); document.write( "270*4=1080 \n" ); document.write( "210*6=1260 \n" ); document.write( " |