14×12=168
24×7=168
168÷60=2 hours and 48 minutes
2 hours and 48 minutes+ 8:00AM=10:48AM
Answer: 10:48AM
Work backwards.
After she put half of what she had left in, she had 17.76.
Multiply by 2:
17.76 * 2 = 35.52
Add 25:
35.52 + 25 = 60.52
Add 14.48:
75
So she received $75 on her birthday.
Answer:
The system of linear equations is x + y = 64 and x = y + 14.
Given that,
The total number of students is 64 .
Here we assume the x be the number of students in filmmaking club .
And, y be the number of students in yearbook club.
Based on the above information, the calculation is as follows:
x + y = 64
And,
x = y + 14
Therefore,
We can say that
Number of students in yearbook club = 25
And, the number of students in filmmaking club = 39
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:
non linear
Step-by-step explanation:
I don't know the choice options but they're non-linear