document.write( "Question 199122: Your washing machine has stopped working.
\n" );
document.write( "Acme Repair charges $100 for a service call
\n" );
document.write( "and $54 per hour for labor, Plus parts. If it
\n" );
document.write( "takes 21/2hours to repair the machine and parts
\n" );
document.write( "cost $24, how much is the total cost of the
\n" );
document.write( "repair job?
\n" );
document.write( "and How? \n" );
document.write( "
Algebra.Com's Answer #149594 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Your washing machine has stopped working. \n" ); document.write( "Acme Repair charges $100 for a service call \n" ); document.write( "and $54 per hour for labor, Plus parts. If it \n" ); document.write( "takes 21/2hours to repair the machine and parts \n" ); document.write( "cost $24, how much is the total cost of the \n" ); document.write( "repair job? \n" ); document.write( "and How? \n" ); document.write( ". \n" ); document.write( "cost = \"service call\" + \"hours worked\" + \"parts\" \n" ); document.write( "cost = 100 + (2.5)(54) + 24 \n" ); document.write( "cost = 100 + 135 + 24 \n" ); document.write( "cost = $259.00 \n" ); document.write( " \n" ); document.write( " |