of a right triangle, given the base and height. Perimeter b+h +hypotenuse. Hypotenuse -sq h2). Show...
It is given that
is a right triangle,
degrees and BD is the height to the hypotenuse.
i) Find a similarity to show that
.
ii) Find a similarity to show that
iii) Prove that
We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this image
c++ The length of the hypotenuse of a right-angled triangle is the square root of the sum of the squares of the other two sides. Write a function calcH that accept two doubles as function arguments and returns a double. Prompt the user for the length of base and the perpendicular side of the triangle. Use the pow and sqrt functions from cmath to perform the calculations
In a right triangle, a and b represent legs and c represents the hypotenuse. Determine the measure of side a if b = 84.5 in and c= 110.2 in. Express the answer to the nearest tenth inch.
1.) Given that the perimeter of a triangle is 216. If the angles of the triangle are in the ratio 5:6:7, determine the longest side of the triangle. 2.) 4 times the sine of a certain angle is 6 times of the square of the cosine of the same angle. Find the angle in degrees if it’s in the first quadrant. 3.) Determine k so that the points A(3,8), B(-1,0), and C(k,-2) are the vertices of a right triangle with...
11. (5 pts) The area of a triangle of height h and base length b is A bh/2. The differential of the area is: 2 2 (a) A change in the length of the base is denoted: (circle the correct answer) dA db dh (b) If the area is held constant, then: (circle the correct answer) dA <0 dA>0 (c) If the height decreases by half a unit, what is the value of dh? dh- ) For a triangle with...
sides of a right triangle, and a string, which is either “S” or “H”, and returns the length of the third side of the triangle. “S” indicates that the third length (i.e. the value to be computed) is the length of a leg, and “H” indicates that the third length (i.e. the value to be computed) is the length of the hypotenuse. Name your function getLength(p1, p2, myString). The result should be rounded to the nearest tenth. ...
Q2) Interface Create a program that calculates the perimeter and the area of any given 2D shape. The program should dynamically assign the appropriate calculation for the given shape. The type of shapes are the following: • Quadrilateral 0 Square . Perimeter: 4xL • Area:LXL O Rectangle • Perimeter: 2(L+W) • Area:LxW Circle Circumference: I x Diameter (TT = 3.14) Area: (TT xD')/4 Triangle (assume right triangle) o Perimeter: a+b+c O Area: 0.5 x base x height (hint: the base...
Given the triangle DeltaABC.WITH information A=1.344 b=4.8 and C=1.068 Find the semi perimeter of a triangle. Please can you put the answer in radians. Given the triangle DeltaABC.with information A=0.427 a=9.0 and C=0.957.Find the semi perimeter of a triangle. Please put the answer in radians
The formula for the area A of the triangle is A=1/2BH, where B is the length of the base, and H is the height. Solve the equation for B.I don't know how I'm supposed to be able to figure this out?
use an inverse trig function to write theta as a function of x (There is a right triangle drawn. The hypotenuse is 2. Theta is the angle between the base and the hypotenuse. The base/adjacent side of theta is labeled(x + 1) The side opposite theta does not have a value.) Use an inverse trig function to write theta as a function of x:a) theta = sqrt [4 - (x + 1)^2] all divided by 2 b)theta = arccos [(x...