document.write( "Question 173678: I am a parent and trying to help my daugther could you help!
\n" ); document.write( "1. Snookers Lumber can convert logs into either lumber or plywood. In a given day, the mill turns out three times as many units of plywood as lumber. It makes a profit of $30 on a unit of lumber and $45 on a unit of plywood. How many of each unit must be produced and sold in order to make a profit of $17160?\r
\n" ); document.write( "\n" ); document.write( "Snooker Lumber must produce and sell__ units of lumber and__ units of plywood to make a profit of $17160.\r
\n" ); document.write( "\n" ); document.write( "2. A disc jockey must play 16 commercial spots during 1 hour of a radio show. Each commercial is either 30 seconds or 60 seconds long. If the total commercial time during 1 hour is 13 min, how many 30-second commercials were played that hour? How many 60-second commercials?\r
\n" ); document.write( "\n" ); document.write( " How many 30-second commercials were played that hour?
\n" ); document.write( " How many 60-second commercials were played that hour?\r
\n" ); document.write( "\n" ); document.write( "3. A student makes a $9.50 purchase at the bookstore with a $20 bill. The store has no bills and gives the change in quarters and fifty-cent pieces. There are 30 coins in all. How many of each kind are there?
\n" ); document.write( " How many quarters are there in the change?
\n" ); document.write( " How many fifty-cent pieces are there in the change?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4. The perimeter of a rectangle is 80.m. The length is 7 m more than twice the width. Find the dimensions.
\n" ); document.write( " What is the length? And Width?\r
\n" ); document.write( "\n" ); document.write( "5. Hockey teams receive 2 points when they win and 1 point when they tie. One season, a team won a championship with 60 points. They won 9 more games than they tied. How many wins and how many ties did the team have?
\n" ); document.write( " How many wins did the team have?
\n" ); document.write( " How many ties did the team have?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #128552 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
these problems are linear equation problems
\n" ); document.write( ":
\n" ); document.write( "1.lets call the number of units of plywood and lumber p and L respectively
\n" ); document.write( ":
\n" ); document.write( "p=3L...eq 1
\n" ); document.write( "45(p)+30(L)=17160....eq 2
\n" ); document.write( ":
\n" ); document.write( "take p's value from eq 1 and plug it into all the p's in eq 2
\n" ); document.write( ":
\n" ); document.write( "45(3L)+30L=17160
\n" ); document.write( ":
\n" ); document.write( "135L+30L=17160
\n" ); document.write( ":
\n" ); document.write( "165L=17160
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28L=104%29\"units of Lumber
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28p=3L=3%28104%29=312%29\"units of plywood
\n" ); document.write( ":
\n" ); document.write( "2)lets call the 30 sec and 60 second spots t and s
\n" ); document.write( ":
\n" ); document.write( "t+s=16.......eq 1---->t=16-s
\n" ); document.write( "1/2t+1s=13...eq 2---->t+2s=26(multiplied all terms by 2 to get rid of fraction)
\n" ); document.write( ":
\n" ); document.write( "t+s=16.......eq 1
\n" ); document.write( "t+2s=26......eq 2 revised
\n" ); document.write( ":
\n" ); document.write( "lets subtract eq 1 from eq 2 so as to eliminate the t terms t-t=0
\n" ); document.write( "we are left with 2s-s=26-16
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28s=10%29\"60 sec commercials
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28t=16-s=16-10=6%29\"30 sec commercials
\n" ); document.write( ":
\n" ); document.write( "3)lets call the quarters and fifty cent pieces q and f respectively
\n" ); document.write( ":
\n" ); document.write( "q+f=30.....eq 1
\n" ); document.write( ".25q+.5f=11.50....eq 2 20-9.50=change=11.50
\n" ); document.write( ":
\n" ); document.write( "lets re write eq 1 . q=30-f now take q's value and plug it into eq 2
\n" ); document.write( ":
\n" ); document.write( ".25(30-f)+.5f=11.5
\n" ); document.write( ":
\n" ); document.write( "7.5-.25f+.5f=11.5
\n" ); document.write( ":
\n" ); document.write( ".25f=4
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28f=16%29\"fifty cent pieces
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28q=30-f=30-16=14%29\"quarters
\n" ); document.write( ":
\n" ); document.write( "4)remember perimeter equals 2 times the length plus 2 times the width
\n" ); document.write( "p=2L+2W where L and W are the length and width and p is the perimeter
\n" ); document.write( ":
\n" ); document.write( "2L+2W=80.....eq 1
\n" ); document.write( "L=2W+7.......eq 2
\n" ); document.write( ":
\n" ); document.write( "take L's value from eq 2 and plug it into eq 1
\n" ); document.write( ":
\n" ); document.write( "2(2W+7)+2W=80
\n" ); document.write( ":
\n" ); document.write( "4W+14+2W=80
\n" ); document.write( ":
\n" ); document.write( "6W=66
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28W=11%29\"meters in width
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28L=2W%2B7=2%2811%29%2B7=29%29\"meters in length
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "5)lets call the number of wins and ties , w and t respectively
\n" ); document.write( ":
\n" ); document.write( "2w+1t=60....eq 1
\n" ); document.write( "w=t+9......eq 2
\n" ); document.write( ":
\n" ); document.write( "take w's value from eq 2 and plug it into eq 1
\n" ); document.write( ":
\n" ); document.write( "2(t+9)+t=60
\n" ); document.write( ":
\n" ); document.write( "2t+18+t=60
\n" ); document.write( ":
\n" ); document.write( "3t=42
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28t=14%29\"ties
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28w=t%2B9=14%2B9=23%29\"wins
\n" ); document.write( ":
\n" ); document.write( ":hope that helps you out
\n" ); document.write( "
\n" );