Answer:
choice f
Step-by-step explanation:
take ∆ abc
ab^2 = ac^2 + ab^2
400 = 225 + ab^2
ab =√ 175
∆aDB
bd = 20-x
ad^2 = 175 -(20-x)^2
∆acd
225 = x^2 + 175 - 400+ 40x - x^2
225 = -225 + 40x
450 = 40x
x = 45/4
Answer: hello your question is incomplete attached below is the missing codes
Answer : It may not work because; the double pointer P was not allotted a double using a new double ( I.e. Error in the main function ) also the cout statement was not written in the main function
Step-by-step explanation:
It may not work because; the double pointer P was not allotted a double using a new double ( I.e. Error in the main function ) also the cout statement should be moved to the Main
<u><em>The correction is below </em></u>
{
double* p = new double;
hypotenuse(1.5, 2.0, p);
cout << "The hypotenuse is " << *p << endl;
}
Hi there!
We can find the perimeter of a rectangle by using the following formula:
perimeter = 2 × width + 2 × length
In the question, we are given the following data: the length of the rectangle is 12 in and the perimeter is 56. Let's substitute this into our formula!
56 = 2 × width + 2 × 12
Multiply first.
56 = 2 × width + 24
Now subtract 24 from both sides.
32 = 2 × width
And finally, to find the width of the rectangle, divide both sides of the equation by 2.
16 = width
(we can eventually switch sides in the equation).
width = 16
~ Hope this helps you!
Answer:
x=3, y=0.8
Step-by-step explanation:
8x+5y=28
4x+5y=16
Subtract the second simultaneous equation from the first.
You are left with: 4x=12
12/4=3
x=3
Substitute this back into one of the equations.
8(3)+5y=28
8*3=24
28-24=4
4=5y
4/5=0.8
y=0.8