A monitoring service logs every API request handled by a backend and records whether the request returned an error.
| Batch | Requests logged | Errors |
|---|---|---|
| Morning | 2,500 | 45 |
| Evening | 500 | 15 |
Treating all logged requests as one single dataset, estimate the empirical probability that a request returns an error, expressed as a percentage.
Select all that apply.