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 think it is D
I am not sure but this is what I think it is
Answer:
Origin symmetry?
Step-by-step explanation:
I believe it's origin, simply because it isn't symmetric according to either the x or y axis, but I'm not 100% sure
Because the sum of the angles in the triangle is 180°...
(x+6)+(3x-16)+x=180
5x-10=180
5x=190
x=38°
Because we want m<M, we want 3x-16.
3x-16=3(38)-16=98°
answer: 98°
Answer 2x^3+9
Explanation: evaluate the exponent
9+4^2/8•x^3
9+16/8•x^3
Divide the numbers
9+16/8•x^3
9+2x^3
Rearrange terms
9+2x^3
2x^3+9 and that’s the answer;)