Answer: False
Step-by-step explanation:
398 + 9 = 407
400 + 8 = 408
If the equation was 398 + 10 then yes it will be equal to 400 + 8
Order of operations
first divide, than add
35/5 = 7
56/7 = 8
7 + 8 = 15
15 is your answer
hope this helps
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;
}
Answer: $14.85
Step-by-step explanation:
Ww can solve the question using direct proportion with the formula y = kx
where y = annual salary
x = monthly policy cost.
k = constant of proportionality
Since y = kx
38500 = 11.55k
k = 38500 / 11.55
k = $3333.33
When Randy has an annual salary of $49,500, the amount Randy expect to pay for his policy will be:
y = kx
49500 = 3333.33x
x = 49500 / 3333.33
x = 14.85
The amount that Randy expect to pay for his policy will be $14.85
Answer:
I don't know
Step-by-step explanation:
Use the app and search it instead of waiting.