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