Answer:
D
Step-by-step explanation:
According to remainder theorem, you can know the remainder of these polynomials if you plug in x = -6 into them.
<em>So we will plug in -6 into x of all the polynomials ( A through D) and see which one equals -3.</em>
<em />
<em>For A:</em>

For B:

For C:

For D:

The only function that has a remainder of -3 when divided by x + 6 is the fourth one, answer choice D.
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:
Volume of Cylinder=πr²h
22/7*2/1*2/1*5/1=
440/7=62.857 to nearest tenth
62.860, if u like u put the zero.