You take away the 4 from the 8 which is equal to 4 then you have to barrow from the 2 to make the 4 to 14 and when you wait you are basically right your calculation is right
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;
}
9x^2-49
It equals:
<span>(<span><span>3x</span>+7</span>)</span><span>(<span><span>3x</span>−7</span><span>)
Hope this helps!
</span></span>
Answer:
160 2p coins
Step-by-step explanation:
3/8 x 640 = 240 = 1p coins
240 = 5p coins
240 + 240 = 480
640 - 480 = 160