Answer:
Y=6
Step-by-step explanation:
Y=kx
k=3
Y=3x=3(2)=6
Using a system of equations, it is found that Debbie worked 45 hours during the week.
<h3>What is a system of equations?</h3>
A system of equations is when two or more variables are related, and equations are built to find the values of each variable.
In this problem, the variables are:
- Variable x: Amount of hours worked by Juan.
- Variable y: Amount of hours worked by Debbie.
Juan and Debbie each earn 9 per hour at their "jobs", and earned a total of 765 for the week, hence:
9x + 9y = 765
Simplifying the expression by 9:
x + y = 85 -> x = 85 - y.
Debbie worked five hours more than juan during the week, hence:
y = x + 5.
Since x = 85 - y, we replace in the expression:
y = 85 - y + 5.
2y = 90.
y = 45.
Debbie worked 45 hours during the week.
More can be learned about a system of equations at brainly.com/question/24342899
#SPJ1
It's adding 3 and subtracting 2 every time.
This means the next two terms would be +3 and -2 since the last one was -2.
The next term = 4+3=7
The next next term = 7-2=5
Instead of a real language, I'll use pseudo code here:
var TOTAL_SCORE = 0
for(var x; i<1000; i++) {
var SCORE rand.random_integer[from 1-10];
var TOTAL SCORE = TOTAL_SCORE + SCORE;
}
print(TOTAL_SCORE);