document.write( "Question 158703This question is from textbook
\n" );
document.write( ": i'm looking for what my variable is to represent and how to write out the equation to the following word problem:\r
\n" );
document.write( "
\n" );
document.write( "\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 ads as full-page ads and his commission was $5610, how many of each type did he bring in?\r
\n" );
document.write( "\n" );
document.write( "thanks for the help! \n" );
document.write( "
Algebra.Com's Answer #116894 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"full-page\", so 2x=\"half-page\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "[(8%)(450)(x)]+[(5%)(300)(x)]=5610\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "remember that % gets changed to decimal \n" ); document.write( " |