Answer:
x = 50 in
Step-by-step explanation:
Since it is a right triangle we can use the Pythagorean theorem
a^2 + b^2 = c^2
14^2 + 48^2 = x^2
196 + 2304 = x^2
2500 = x^2
Take the square root of each side
sqrt(2500) = sqrt(x^2)
50 =x
x = 50 in
Answer:
which statements is there meant to be a diagram? ?
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
Rectangle. if you simply graph the points, you are able to see the shape they form