document.write( "Question 278427: 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( " \n" );
document.write( "
Algebra.Com's Answer #202609 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=16 \n" ); document.write( "1/2x+y=13 \n" ); document.write( "1/2x=3 \n" ); document.write( "x=6 30 second spots \n" ); document.write( "y=10 60 second spots \n" ); document.write( "check \n" ); document.write( "6*.5+10=13 \n" ); document.write( "6+10=16 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |