To determine the total cost, in dollars, of running the machine to sort \( s \) letters, we need to understand the relationship between the variables provided: - \( r \): the number of letters sorted per hour - \( t \): the number of hours taken to sort \( r \) letters - \( c \): the cost in dollars per hour to run the machine First, let's find the sorting rate of the machine, which is the number of letters it sorts per hour. Since the machine sorts \( r \) letters in \( t \) hours, the sorting rate is given by: \[ \text{Sorting rate} = \frac{r}{t} \text{ letters per hour} \] Next, we need to determine the time required to sort \( s \) letters. If the machine sorts \( \frac{r}{t} \) letters per hour, the time \( T \) required to sort \( s \) letters is: \[ T = \frac{s}{\frac{r}{t}} = \frac{s \cdot t}{r} \text{ hours} \] Now, we can calculate the total cost of running the machine for this time. The cost per hour is \( c \) dollars, and the total time required is \( \frac{s \cdot t}{r} \) hours. Therefore, the total cost \( C \) is: \[ C = \left(\frac{s \cdot t}{r}\right) \cdot c \] Simplifying the expression, we get: \[ C = \frac{s \cdot t \cdot c}{r} \] Thus, the total cost, in dollars, of running the machine to sort \( s \) letters is: \[ \boxed{\frac{s \cdot t \cdot c}{r}} \]