document.write( "Question 203211This question is from textbook
\n" );
document.write( ": Mario collects a commission for bringing in advertisers to his magazine company. He receives 8% on $450 full page ads and 5% for $300 half page ads. If he sells twice as many half page as full page ads and his commission was $5610, how many of each type did he bring in? \n" );
document.write( "
Algebra.Com's Answer #153357 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! let x=full page \n" ); document.write( "let 2x=half page \n" ); document.write( ".08x(450)+.05x(300)(2)=5610 \n" ); document.write( "36x+30x=5610 \n" ); document.write( "66x=5610 \n" ); document.write( "x=85 \n" ); document.write( "2x=170 \n" ); document.write( " |