Any linear equation can be written as
y = mx+b
where m is the slope and b is the y intercept
m = 1/2 in this case. It represents the idea that the snow fell at a rate of 1/2 inch per hour. In other words, the snow level went up 1/2 an inch each time an hour passed by.
b = 8 is the y intercept. It's the starting amount of snow. We start off with 8 inches of snow already.
The info "snow fell for 9 hours" doesn't appear to be relevant here.
Answer:
x=11
Step-by-step explanation:
5x+62=3x+47+37
5x+62=3x+84
2x=22
x=11
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
I don’t that’s a question
Answer:
R300
Step-by-step explanation:
<u>To solve:</u>
- Multiply 25 by 6 to represent the earnings of a shift.
- Multiply the shift earnings by 2 to represent how much he earned over the weekend.
<u>Multiply</u><u> </u><u>25 by 6:</u>
<u>Multiply 150 by 2:</u>
<u></u>
Joe will earn R300 over the weekend,