document.write( "Question 260497: a disc jockey must play 12 commercial spots during a 1 hour of radio.each commercial spot is either 30 seconds or 60 seconds. if the total commercial time is 1 hour 8 minutes, how many 30 second commercials are there? \n" ); document.write( "
Algebra.Com's Answer #191872 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let X = 30 sec and Y = 60 sec spots. Now 1 hr 8 min - 1 hr = 8 min = 480 seconds.
\n" ); document.write( "we get
\n" ); document.write( "(i) \"X+%2B+Y+=+12\"
\n" ); document.write( "(ii) \"30X+%2B+60Y+=+480\"
\n" ); document.write( "step 1 - solve (i) for X to get
\n" ); document.write( "(iii) \"+X+=+12+-+Y\"
\n" ); document.write( "substitute (iii) into (ii) to get
\n" ); document.write( "(iv) \"30%2812-Y%29+%2B+60Y+=+480\"
\n" ); document.write( "distribute to get
\n" ); document.write( "(v) \"360+-+30Y+%2B+60Y+=+480\"
\n" ); document.write( "combine like terms to get
\n" ); document.write( "(vi) \"30Y+=+120\"
\n" ); document.write( "Y = 4
\n" ); document.write( "X = 8
\n" ); document.write( "There are 8 - 30 second comercials
\n" ); document.write( "
\n" ); document.write( "
\n" );