document.write( "Question 1151309: The fees for two advertisement companies is shown below.
\n" );
document.write( "Company A Company B
\n" );
document.write( "Flat rate of $3 plus 7 cents
\n" );
document.write( "per word\r
\n" );
document.write( "\n" );
document.write( "Flat rate of $1.50 plus
\n" );
document.write( "12 cents per word\r
\n" );
document.write( "\n" );
document.write( "If an advertisement contains x number of words, for what values of x is
\n" );
document.write( "Company A’s rates cheaper than Company B?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #773012 by MathTherapy(10556) You can put this solution on YOUR website! The fees for two advertisement companies is shown below. \n" ); document.write( "Company A Company B \n" ); document.write( "Flat rate of $3 plus 7 cents \n" ); document.write( "per word\r \n" ); document.write( "\n" ); document.write( "Flat rate of $1.50 plus \n" ); document.write( "12 cents per word\r \n" ); document.write( "\n" ); document.write( "If an advertisement contains x number of words, for what values of x is \n" ); document.write( "Company A’s rates cheaper than Company B? \n" ); document.write( " The CORRECT inequality you're looking for is: .07x + 3 < .12x + 1.5\n" ); document.write( " |