Answer:
47°
Step-by-step explanation:
angles x and 133 are supplementary, so they add up to 180°
subtract 133 from 180 to get 47
Answer:
c squared - a squared = b squared
Step-by-step explanation:
Since a squared + b squared = c squared
With these values it would equal 14 squared - 7 squared = c squared
Then after you find c squared, find the square root of it and there you have go your answer!
To find the volume of the box you will use the volume of the sphere formula to find the radius of the circular region of the sphere. You wil then double the radius to find the diameter.
V = 4/3 x pi x r^3
972 x pi= 4/3 x pi x r^3
729 = r^3
The cubic root of 729 is 9 because 9 x 9 x 9 = 729.
The radius is 9 inches, and the diameter is 18 inches.
The volume of the box is 18 in x 18 in x 18 in or 5832 in.³.
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).
Answer:
c
Step-by-step explanation:
y is equal to 6 multiplied by IxI
for example, if x was 1 the coordinates would be (1,6).
The pattern going (1,6) , (2,12) , (3,18) and so on.