On Monday, a dental hygienist cleans teeth of 5 patients by the time she takes her lunch break at noon. On average, she is able to clean the teeth of 9 patients in 4 hours.

Write a function to represent the number of patients she sees, , and the number of hours, , the hygienist works after lunch on Monday.

Enter your answer in the box.
This field supports both keypad and keyboard input. Use the keyboard to access and interact with the on-screen math keypad, which accepts LaTeX markup. Use the down arrow key to open the keypad and navigate its buttons. Use the escape key to close the keypad and return to the input field.

1 answer

To determine the relationship between the number of patients cleaned (denote as \( p \)) and the number of hours worked (denote as \( h \)), we start by establishing the rate of cleaning based on the information given.

From the problem statement, we know:

  1. The hygienist cleans the teeth of 5 patients by noon, and she takes a lunch break at that time.
  2. The average rate is 9 patients in 4 hours.

First, we can find the rate of cleaning:

\[ \text{Rate} = \frac{\text{Patients}}{\text{Hours}} = \frac{9 \text{ patients}}{4 \text{ hours}} = 2.25 \text{ patients per hour} \]

Now, if \( h \) represents the number of hours worked after lunch, the number of patients she sees after lunch can be given by:

\[ p = 2.25h \]

This equation captures the number of patients \( p \) in terms of the hours \( h \) that the hygienist works after lunch.