document.write( "Question 109654: a delivery service charges a base price for an overnight delivery of a package plus an extra charge for each pound the package weighs. A customer is billed $22.85 for shipping a 3-pound package and $40 for shipping a 10-pound package.
\n" ); document.write( "a. write an equation that gives the total cost of shipping a package as a function of the weight of the package
\n" ); document.write( "b. find the cost of shipping a 15-pound package
\n" ); document.write( "

Algebra.Com's Answer #79932 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
BASE+3X=22.85
\n" ); document.write( "BASE+10X=40
\n" ); document.write( "BASE=40-10X NOW SUBSTITUTE (40-10X)FOR BASE IN THE FIRST EQUATION
\n" ); document.write( "40-10X+3X=22.85
\n" ); document.write( "-7X=22.85-40
\n" ); document.write( "-7X=-17.15
\n" ); document.write( "X=-17.15/-7
\n" ); document.write( "X=$2.45 IS THE PRICE FOR EACH POUND.
\n" ); document.write( "BASE+10*2.45=40
\n" ); document.write( "BASE+24.50=40
\n" ); document.write( "BASE=40-24.50
\n" ); document.write( "BASE=15.50 IS THE BASE PRICE FOR THE DELIVERY.
\n" ); document.write( "PROOF
\n" ); document.write( "15.50+3*2.45=22.85
\n" ); document.write( "15.50+7.35=22.85
\n" ); document.write( "22.85=22.85
\n" ); document.write( "
\n" ); document.write( "
\n" );