Answer:
A
Step-by-step explanation:
Only graph A satisfies the domains provided
Answer:
11.18 miles
Step-by-step explanation:
The sides of a right triangle a, b, c are related by the equation
a^2 + b^2 = c^2
where c is the longest side of the triangle
Hence given that A connects B and C directly and forms a right angle at A
5^2 + 10^2 = c^2
Where c is the length of the road
25 + 100 = c^2
125 = c^2
c = 125^1/2
= 11.18 miles
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;
}
<h3>
Answer:</h3>
761680
<h3>
Explanation:</h3>

<u>Identify the following's</u>:
First Term [a] = 60(1.2)ⁿ⁻² = 60(1.2)¹⁻² = 50
Common ratio [r] = 1.2
Total Terms [n] = 44
===========================

===========================
Solving Steps:
<em />
<em />
<em />
<em />
<em />
<em />
<em />
<em />
<em />
