document.write( "Question 327007: Trying to figure out this story problem and I am having some difficulty.
\n" );
document.write( "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 mins. How many 30-second commercials were played that hour? And how many 60-second commercials?\r
\n" );
document.write( "\n" );
document.write( "Thanks :o) \n" );
document.write( "
Algebra.Com's Answer #234166 by mananth(16949) You can put this solution on YOUR website! let 30 second commercial be x \n" ); document.write( "60 second commercial will be 16-x \n" ); document.write( "13 minutes = 13*60 seconds = 780 \n" ); document.write( ".. \n" ); document.write( "30x+60(16-x)= 780 \n" ); document.write( "30x+960-60x=780 \n" ); document.write( "-30x+960=780 \n" ); document.write( "add -960 to both sides \n" ); document.write( "-30x+960-960=780-960 \n" ); document.write( "-30x=-180 \n" ); document.write( "divide by -30 \n" ); document.write( "x=-180/-30 \n" ); document.write( "x= 6 which is 30 second commercial \n" ); document.write( "16-x = 16-6= 10 60 second commercials \n" ); document.write( ".. \n" ); document.write( "CHECK \n" ); document.write( "6*30+10*60=780 seconds= 13 minutes \n" ); document.write( " |