document.write( "Question 317371: Eli works in a electronics repair shop. He earns $9.00 an hour plus a bonus for each item he repairs.Write a formula that will help eli determine how much money he will earn in one week.
\n" );
document.write( "Lets let
\n" );
document.write( "a=total amount earned
\n" );
document.write( "h=hours worked in one week
\n" );
document.write( "n=number of items repaired
\n" );
document.write( "b=bonus amount for each item \n" );
document.write( "
Algebra.Com's Answer #227237 by nyc_function(2741) You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "a = 9h + bn \n" ); document.write( " |