Answer:
Option F
Step-by-step explanation:
Let the number be n.
Sum of a number and 5 is n + 5.
Sum of a number and five divided by fifteen is
( n + 5 ) / 15
Answer:
Volume of a cylinder = 549.5 cm³
Step-by-step explanation:
Volume of a cylinder = πr²h
Where,
π = 3.14
Radius, r = 5 cm
Height, h = 7 cm
Volume of a cylinder = πr²h
= 3.14 * (5 cm)² * 7 cm
= 3.14 * 25 cm² * 7 cm
= 549.5 cm³
Volume of a cylinder = 549.5 cm³
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:
70°
Step-by-step explanation:
ABC is the center angle that sees the arc and is twice as angle ADC so the measure of ABC is e × 35 = 70