document.write( "Question 349182: For moving purposes, the Hendersons bought 28 cardboard boxes for $234 . There were two kinds of boxes; the large ones cost $9.50 per box and the small ones were $7.50 per box. How many boxes of each kind did they buy? \n" ); document.write( "
Algebra.Com's Answer #249613 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the two different sized boxes be represented by x and y. x is the larger box, y the smaller.
\n" ); document.write( "You are told
\n" ); document.write( "\"x+%2B+y+=+28\"
\n" ); document.write( "so \"x+=+28+-+y\"
\n" ); document.write( "\"9.5x+%2B+7.5y+=+234\"
\n" ); document.write( "\"9.5%2828-y%29+%2B+7.5y+=+234\"
\n" ); document.write( "\"266+-+9.5y+%2B+7.5y+=+234\"
\n" ); document.write( "\"-2y+=+-32\"
\n" ); document.write( "\"y+=+16\"
\n" ); document.write( "They bought 16 smaller boxes. To total 28 boxes, they must have 12 larger ones.
\n" ); document.write( "
\n" );