document.write( "Question 247998: I have another one I don't understand it says, A disc jockey must play 14 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 11 minutes how many 30 second commercials were played that hour? and how many 60 second commercials were played that hour?\r
\n" );
document.write( "\n" );
document.write( "Can someone please help? thank you \n" );
document.write( "
Algebra.Com's Answer #180792 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! jockey must play 14 commercial spots during 1 hour of a radio show, \n" ); document.write( " each commercial is either 30 seconds or 60 seconds long, \n" ); document.write( " if the total commercial time during 1 hour is 11 minutes, how many 30 second commercials were played that hour? \n" ); document.write( "and how many 60 second commercials were played that hour? \n" ); document.write( ": \n" ); document.write( "Let x = no. of 30 sec spots \n" ); document.write( "Let y = no. of 60 sec spots \n" ); document.write( ": \n" ); document.write( "Let's do everything in minutes; 60 sec = 1 min; 30 sec = .5 min \n" ); document.write( ": \n" ); document.write( "Write an equation for the number of commercials (14) \n" ); document.write( "x + y = 14 \n" ); document.write( ": \n" ); document.write( "Write an equation for the total time of the commercials (11 min) \n" ); document.write( ".5x + y = 11 \n" ); document.write( ": \n" ); document.write( "Subtract this equation from the 1st equation \n" ); document.write( "x + y = 14 \n" ); document.write( ".5x + y = 11 \n" ); document.write( "---------------subtraction eliminates y, find x \n" ); document.write( ".5x + 0 = 3 \n" ); document.write( "x = 2(3) \n" ); document.write( "x = 6 ea 30 sec commercials \n" ); document.write( ": \n" ); document.write( "Find the no. of 60 sec commercials \n" ); document.write( "14 - 6 = 8 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check n the total time equation \n" ); document.write( ".5(6) + 1(8) = \n" ); document.write( "3 + 8 = 11 minutes\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |