Answer:
±2√21.
Step-by-step explanation:
First, you break 84 down into √4⋅√21.
That is equal to ±2√21.
Hope I helped! Please mark Brainliest!
Answer:
a. -8.1
The numbers that are greater than -5 are -2, 3 and 0.
Hope it helps.
Answer:
5
Step-by-step explanation:
1 1/6 + 1 1/6 + 1 1/6 +1 1/6 + 1 1/6= 5 5/6
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;
}
Actually, you have to find four missed terms of geometrical sequence. Denote
and r - ratio, then
.
Since
, you have that
, then
.
Now substitude r=2 in each of unknown 4 terms:
.
Answer: four geometric means between 25 and 800 are 50, 100, 200, 400.