document.write( "Question 49158: Regina makes $6.80 per hour working in the snack bar. To keep her grant, she may not earn more than $51 per week. What is the range of the number of hours per week that she may work? \n" ); document.write( "
Algebra.Com's Answer #32591 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! h = number of hours worked \n" ); document.write( "6.80 * h = 51.00 \n" ); document.write( "h = 51 / 6.8 \n" ); document.write( "h = 7.5 \n" ); document.write( "She can work a maximum of 7.5 hours and minimum of 1 hour \n" ); document.write( " |