document.write( "Question 353856: Please, I need help on: Writing a piecewise function to model this situation:\r
\n" );
document.write( "\n" );
document.write( "A garage will inflate a bicycle tires that are smaller than 20 inches in diameter for $1.50. They charge $2.25 to inflate bicycle tires that are 20 inches or larger. Let c(d) be the cost to inflate a bicycle tire that has a diameter of d inches.\r
\n" );
document.write( "\n" );
document.write( "I really don’t understand how to write a piecewise function but I tried to write a piecewise function for the above situation and it looks like this:
\n" );
document.write( " 20<1.50d
\n" );
document.write( "20>=2.25d\r
\n" );
document.write( "\n" );
document.write( "I would appreciate the help if you were to help me write the correct piece wise function for that situation.
\n" );
document.write( "Thank you.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #252948 by stanbon(75887) ![]() You can put this solution on YOUR website! Write a piecewise function to model this situation: \n" ); document.write( "A garage will inflate a bicycle tires that are smaller than 20 inches in diameter for $1.50. \n" ); document.write( "One piece of the function is c(x) = 1.50 when 0< x <20 \n" ); document.write( "------------------------------ \n" ); document.write( "They charge $2.25 to inflate bicycle tires that are 20 inches or larger. \n" ); document.write( "A second piece of the function is c(x) = 2.25 when x >= 20\r \n" ); document.write( "\n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |