System of equations is about turning words into a mathematical equation.
We need to make up some variables first of the things we don't know. It's asking about overtime hours. So let's assign that a variable: x= hours over time. There is an other time we don't know, the number of hours worked during the week. Let's give that a variable name to: y= hours during week. Now we can start writing equations.
Let's start with: Ramiro earns $20 per hour during the week and $30 per hour for overtime on the weekends. One week Ramiro earned a total of $650.
Let's identify some of the language. Per means divide by so $20 per hour is the same as 20$/hour and $30 per hour is the same as 30$/hour.
How does one find money made? If you multiply time spent, by income rate($/hour) then you have total cash.
Example if Ramiro worked 5 hours during the week he would make: 5 hours* 20$/hours = 100$
We know the total amount of money he made. Remember that we assigned variable for the actual hours he worked. To calculate the total money earned would be weekday rate*weekday hours+weekend rate*weekend hours
$650= 20*y+30* x;
We have one equations with 2 unknowns. We have to have at least the same number of equations as unknowns to get a concrete answer.
Let's look at the next bit of information: "He worked 5 times as many hours during the week as he did on the weekend"
This sentence is tricky because it can't be converted in the order it is written. The main issue is where does the 5 belong?
(times will convert to a times in math terms "*")
Is the 5 multiplied by the x= hours over time or y= hours during week.
That is to say the options are 5x=y or 5y=x?
"As many" in this case will mean that the second number mentioned get's the 5* since it needs to be the smaller number.
so the equation is y=5x;
Now you have 2 equations and 2 unknowns:
y=5x;
$650= 20*y+30* x;
The question is only for over time, so you need only solve for x. I'll let you do the rest!
Elise A.
09/17/15