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:
The Answer is A. :)
Step-by-step explanation:
Answer:
26.309932 MN if gravity was normal gravity force and on basis salt water was 1030 kg/m3
Step-by-step explanation:
The rule below is something I just found.
To calculate the force of gravity of an object, use the formula: force of gravity = mg, where m is the mass of the object and g is the acceleration of the object due to gravity. Since g is always 9.8 m/s^2, just multiply the object's mass by 9.8 and you'll get its force of gravity
<h2>VARIATION</h2>

<h3>QUESTION:</h3>
- If y varies directly as x and inversely as z,what is the correct equation describing the relationship between x,y,and z?
<h3>ANSWER:</h3>
The givén problem is an ēxample of <u>Combinēd </u><u>Variation</u>. So the córrect equation for this problem is this:
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
Hi, Im Daubechies, a Filipina user ≧▽≦
Answer:
-8
Step-by-step explanation:
well since the equation has the <em>same base</em> of 11, you can just solve for x as you normally would. so the question becomes:
4x+1 = 3x -7
<em>subtract one from both sides</em>
4x = 3x - 8
<em>subtract 3x from both sides</em>
x = - 8