document.write( "Question 522006: A certain number of matches are needed to fill 24 boxes, with each box containing the same number of matches. When 4 less matches are put into each box, there are enogh for 28 boxes. Find the total number of matches. \n" ); document.write( "
Algebra.Com's Answer #346660 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A certain number of matches are needed to fill 24 boxes, with each box containing the same number of matches. When 4 less matches are put into each box, there are enogh for 28 boxes. Find the total number of matches.
\n" ); document.write( "**
\n" ); document.write( "let x=number of matches in first box
\n" ); document.write( "24x=28(x-4)=28x-112
\n" ); document.write( "4x=112
\n" ); document.write( "x=28
\n" ); document.write( "ans:
\n" ); document.write( "Total number of matches=28*24=672
\n" ); document.write( "
\n" );