To create an equation that represents the cost to play, C, based on the number of hours played, h, we can divide the pricing structure into two parts:
- For the first hour (when \(0 < h \leq 1\)), the cost is $15.00.
- For any additional hours (when \(h > 1\)), the cost is $5.00 for each additional hour after the first hour.
Thus, the equation can be represented as:
\[ C = \begin{cases} 15 & \text{if } 0 < h \leq 1 \ 15 + 5(h - 1) & \text{if } h > 1 \end{cases} \]
Now, to calculate the cost for three hours played (\(h = 3\)):
Using the equation for \(h > 1\):
\[ C = 15 + 5(3 - 1) \]
Calculating further:
\[ C = 15 + 5(2) = 15 + 10 = 25 \]
Thus, the cost to play for three hours is:
\[ C = 25.00 \]
So, the final answer for \(C\) is:
$25.00