document.write( "Question 1093465: Joseph wishes to have some flyers delivered for
\n" );
document.write( "his grocery business. Speedy Post charges a fee
\n" );
document.write( "of $200 plus 50 cents per flyer. Quick Send
\n" );
document.write( "charges a fee of $100 plus 80 cents per flyer. For
\n" );
document.write( "what number of flyers will the cost be the same
\n" );
document.write( "for either delivery company? \n" );
document.write( "
Algebra.Com's Answer #708103 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 200 + 0.50x = 100 + 0.80x \n" ); document.write( "100 = 0.30x \n" ); document.write( "x = 100/0.30 = 333.33 \n" ); document.write( "The cost will be the same at approximately 333 flyers (you need whole flyers) \n" ); document.write( " \n" ); document.write( " |