document.write( "Question 193182: Can someone help me please? Word problems are the worst!
\n" );
document.write( " A disc jockey plays 12 commercial spots during 1 hr. of radio show. Each commercial is either 30 or 60 sec. long. If the total commercial time in one hr. is 8 min. how many 30 sec. commercials were played that hr.? How many 60 sec.?
\n" );
document.write( "Thanks a lot \n" );
document.write( "
Algebra.Com's Answer #145019 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! perhaps this will help......first step is to search what the problem is asking for \n" ); document.write( "This problem wants to know how many 30 sec and 60 sec commercials there are. Now label the unknowns. Lets call the 30 and 60 sec spots a and b respectively \n" ); document.write( ": \n" ); document.write( "Now try to come up with 2 equations since we have 2 unknowns \n" ); document.write( ": \n" ); document.write( "we are told that there are 12 commercial spots so \n" ); document.write( ": \n" ); document.write( "a+b=12.............eq 1 \n" ); document.write( "we know that the total time for commercials is 8 minutes \n" ); document.write( "We must make sure both of these are in the same unit....commercials are in seconds so lets convert to minutes before we write the equation..30 sec =1/2 min and 60 sec =1 minute \n" ); document.write( ": \n" ); document.write( "(1/2)a+b=8.......eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to a=12-b and plug this into eq 2 \n" ); document.write( ": \n" ); document.write( "(1/2)(12-b)+b=8 \n" ); document.write( ": \n" ); document.write( "6-(1/2)b+b=8 \n" ); document.write( ": \n" ); document.write( "(1/2)b=2 \n" ); document.write( ": \n" ); document.write( "b=4 (60 second spots) \n" ); document.write( ": \n" ); document.write( "a=12-b=12-4=8 (30 second spots) \n" ); document.write( " |