document.write( "Question 174462This question is from textbook Algebra 2, Texas Edition
\n" );
document.write( ": A car wash charges a flat rate for the first 8 minutes of washing time and also charges a certain amount for each additional minute of washing time. Gina took 12 minutes to wash her car and it cost her a total of $5.00. Kris took 17 minutes to was his truck at a total cost of $6.25. Write an equation that models the total cost of a car wash as a function of the number of minutes spent washing a vehicle to find the slope of a line parallel to the line. \n" );
document.write( "
Algebra.Com's Answer #129470 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A car wash charges a flat rate for the first 8 minutes of washing time and also charges a certain amount for each additional minute of washing time. Gina took 12 minutes to wash her car and it cost her a total of $5.00. Kris took 17 minutes to was his truck at a total cost of $6.25. Write an equation that models the total cost of a car wash as a function of the number of minutes spent washing a vehicle to find the slope of a line parallel to the line. \n" ); document.write( ": \n" ); document.write( "This problem came up recently, except the phrase,\"slope of a line parallel to the line\" which I am not sure how this applies to this problem. \n" ); document.write( ": \n" ); document.write( "Let a = cost per minute \n" ); document.write( "Let b = flat rate for the 1st 8 minutes \n" ); document.write( "; \n" ); document.write( "Find a & b using the two equations \n" ); document.write( "G's cost \n" ); document.write( "a(12-8) + b = 5 \n" ); document.write( "4a + b = 5 \n" ); document.write( ": \n" ); document.write( "K's cost \n" ); document.write( "a(17-8) + b = 6.25 \n" ); document.write( "9a + b = 6.25 \n" ); document.write( "; \n" ); document.write( "Use elimination, subtract G's equation from K's equation: \n" ); document.write( "9a + b = 6.25 \n" ); document.write( "4a + b = 5.00 \n" ); document.write( "-----------------subtraction eliminates b, find a \n" ); document.write( "5a = 1.25 \n" ); document.write( "a = \n" ); document.write( "a = .25 per minute \n" ); document.write( ": \n" ); document.write( "Find b: \n" ); document.write( "4(.25) + b = 5 \n" ); document.write( "b = 5 - 1 \n" ); document.write( "b = $4, cost for 1st 8 minutes \n" ); document.write( "; \n" ); document.write( "Check solutions in the K's equation: \n" ); document.write( "9(.25) + 4 = 6.25 \n" ); document.write( "2.25 + 4 = 6.25 \n" ); document.write( ": \n" ); document.write( "\"Write an equation that models the total cost of a car wash as a function as the number of minutes spent washing a vehicle and find the flat rate for the first 8 minutes.\" \n" ); document.write( ": \n" ); document.write( "let m = no. of minutes to wash the vehicle \n" ); document.write( "; \n" ); document.write( "C(m) = .25(m-8) + 4 \n" ); document.write( " |