Answer:
42.1 cm
Step-by-step explanation:
θ = 265°
Radius (r) = 9.1 cm
Arc length of major arc GH = θ/360 × 2πr
Plug in the values into the equation
Length of arc GH = 265/360 × 2 × π × 9.1
= 42.0886149
= 42.1 cm (nearest tenth)
Whoever goes first will lose, that's the solution
Answer:
Since both values are negative, it can be found in the 3rd quadrant
<em>Feel free to mark this as brainliest :D</em>
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;
}
Your answer is 3/2 i know for a fact