document.write( "Question 371291: 1. Jeans are on sale for 20% off the regular price. Which function would give you the total cost for purchasing a pair of jeans that costs x dollars?
\n" );
document.write( "f(x) = 0.2x
\n" );
document.write( "f(x) = 0.2x - x
\n" );
document.write( "f(x) = x - 0.2x\r
\n" );
document.write( "\n" );
document.write( "2. Which of the following functions represents a cell phone bill if there is a monthly charge of 20 dollars plus 6 cents for each minute of use?
\n" );
document.write( "f(x) = 20 + 6x
\n" );
document.write( "f(x) = 20.06x
\n" );
document.write( "f(x) = 20 + 0.06x\r
\n" );
document.write( "\n" );
document.write( "3. To go bowling, it costs $2 to rent shoes and then $3.25 for each game bowled. Which of the following functions gives the total cost to bowl g games?
\n" );
document.write( "f(g) = 5.25g
\n" );
document.write( "f(g) = 2 + 3.25g
\n" );
document.write( "f(g) = 2g + 3.25g\r
\n" );
document.write( "\n" );
document.write( "4. Which equation could represent \"the area of a square as a function of a side\"?
\n" );
document.write( "A(s) = 2s
\n" );
document.write( "A(s) = 4s
\n" );
document.write( "A(s) = s2\r
\n" );
document.write( "\n" );
document.write( "5. Which equation could represent \"the total cost of popcorn at the movie that sells for $2.50 each if p packages of popcorn are purchased\"?
\n" );
document.write( "C(p) = 2.50p
\n" );
document.write( "C(p) = 2.50 + p
\n" );
document.write( "C(2.50) = p \n" );
document.write( "
Algebra.Com's Answer #264506 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |