The circumference of a circle is equal to C=2πr
From the question, we have 615.44.
Assume that pi is equal to 3.14
Substitute and solve for r
615.44= 2(3.14)r
r= 615.44/ 6.28
r=98.4704
r=98
Therefore, the radius is about 98 units.
To check:
C=2πr
C=2 x 3.14 x 98
C=6.28 x98
C=615.44
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:
So we first open multiply the parenthesis by 9. 9x+5 is what it is. Now we need to simply it even more with the 2 parenthesis
(9x+5)(x+1) = 9x^2+9x+5x+5 = 9x^2+14x+5
<h2><u>
Answer: 9x^2+14x+5</u></h2>
Eli lives closer to his friends house than his school