document.write( "Question 1045730: I don't know how to write an equation for this: Shirley is going to have the exterior of her home painted. Tim's Painting charges $250 plus $14 an hour. Colorful Paints charges $22 per hour. How many hours would the job need to take for Tim's Painting to be the better deal?\r
\n" );
document.write( "\n" );
document.write( "I'm pretty sure the answer is 32 hours. I just don't know how to write an equation showing my answer.\r
\n" );
document.write( "\n" );
document.write( "There is another 1 that I don't know how to do at all.
\n" );
document.write( "Tracey is looking at different travel agencies to plan her vacation. ABC Travel offers a plane ticket for $295 and a rental car for $39 per day. M&N Travel offers a plane ticket for $350 and a rental car for $33 per day. What is the minimum number of days that Shirley's vacation should be for M&N Travel to have the better deal?
\n" );
document.write( "I have no idea how to answer this or write the equation. \n" );
document.write( "
Algebra.Com's Answer #661231 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Shirley is going to have the exterior of her home painted. \n" ); document.write( " Tim's Painting charges $250 plus $14 an hour. \n" ); document.write( " Colorful Paints charges $22 per hour. \n" ); document.write( " How many hours would the job need to take for Tim's Painting to be the better deal? \n" ); document.write( ": \n" ); document.write( "write a cost equation for each, t = time in hrs \n" ); document.write( "Tims: C(t) = 14t + 250 \n" ); document.write( "Colorful: C(t) = 22t \n" ); document.write( ": \n" ); document.write( "Colorful's cost is greater than Tim's cost \n" ); document.write( "22t > 14t + 250 \n" ); document.write( "22t - 14t > 250 \n" ); document.write( "8t > 250 \n" ); document.write( "t > 250/8 \n" ); document.write( "t > 31.25; your answer of 32 hrs is correct. Prove this: \n" ); document.write( "22*32 = $704, Colorful \n" ); document.write( "14*32 + 250 = $698, Tim's \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "This is much the same thing \n" ); document.write( "Tracey is looking at different travel agencies to plan her vacation. \n" ); document.write( " ABC Travel offers a plane ticket for $295 and a rental car for $39 per day. \n" ); document.write( " M&N Travel offers a plane ticket for $350 and a rental car for $33 per day. \n" ); document.write( " What is the minimum number of days that Shirley's vacation should be for M&N Travel to have the better deal? \n" ); document.write( "let d = no. of days \n" ); document.write( "ABC: C(d) = 39d + 295 \n" ); document.write( "M%N: C(d) = 33d + 350 \n" ); document.write( ": \n" ); document.write( "ABC cost is greater than M&N cost \n" ); document.write( "39d + 295 > 33d + 350 \n" ); document.write( "39d - 33d > 350 - 295 \n" ); document.write( "6d > 55 \n" ); document.write( "d > 55/6 \n" ); document.write( "d > 9.16 ~ 10 days M&N will be the better deal \n" ); document.write( ": \n" ); document.write( "Prove this \n" ); document.write( "ABC: 39(10) + 295 = $685 \n" ); document.write( "M%N: 33(10) + 350 = $680 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Does this make sense to you now? Not really that hard, is it? CK \n" ); document.write( " |