document.write( "Question 1207535: Hi
\n" ); document.write( "A container can hold either 60 small boxes or 48 big boxes. If there are already 20 small and 24 big boxes in the container how many more big boxes can the container still hold.
\n" ); document.write( "

Algebra.Com's Answer #845468 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A container can hold either 60 small boxes or 48 big boxes.
\n" ); document.write( " If there are already 20 small and 24 big boxes in the container how many more big boxes can the container still hold.
\n" ); document.write( ":
\n" ); document.write( "let a full box = 1
\n" ); document.write( "Each small box = 1/60
\n" ); document.write( "Each big box = 1/48
\n" ); document.write( "let b = no. of big boxes is can still hold
\n" ); document.write( ":
\n" ); document.write( "\"20%2F60\" + \"24%2F48\" + \"B%2F48\" = 1
\n" ); document.write( "convert to a common denominator of 48
\n" ); document.write( "\"16%2F48\" + \"24%2F48\" + \"b%2F48\" = \"48%2F48\"
\n" ); document.write( "same as
\n" ); document.write( "16 + 24 + b = 48
\n" ); document.write( "b = 48-40
\n" ); document.write( "b = 8 more big boxes
\n" ); document.write( "
\n" ); document.write( "
\n" );