Answer:
6 i think
Step-by-step explanation:
A
=
h
b
b
2
=
4
·
3
2
=
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;
}
Step-by-step explanation:
Hey there!
The equation of a circle which passes through any point having centre (h,k) is;

In first blank ( x-_ ) keep "-2". In second blank (y - _ ) keep "4" and in last blank ( _ ) keep "36".
<em><u>Hope</u></em><em><u> </u></em><em><u>it helps</u></em><em><u>.</u></em><em><u>.</u></em>
Answer:
a = -0.3575
Step-by-step explanation:
The points A and D lie on the x-axis, this means that they are the x-intercepts of the parabola, and therefore we can find their location.
The points A and B are located where

This gives


Now given the coordinates of A, we are in position to find the coordinates of the point B. Point B must have y coordinate of y=2 (because the base of the trapezoid is at y=0), and the x coordinate of B, looking at the figure, must be x coordinate of A plus horizontal distance between A and B, i.e

Thus the coordinates of B are:

Now this point B lies on the parabola, and therefore it must satisfy the equation 
Thus

Therefore


Answer:
$1,150
Step-by-step explanation:
<u>Step 1: Find the total new members</u>
40 - 10
30 new members
<u>Step 2: Add them to the total</u>
30 + 200
230 total members
<u>Step 3: Find the money earned</u>
230 * 5
$1,150
Answer: $1,150