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).
(m^3)^-1 (x^2)^5 = (m^-3) (x^10) = x^10 / m^3
The ratio of sides for a 30 : 60 : 90 = 1 : √3 :2.
Note the 90 degrees represent the hypotenuse, which in this case is 30 inches.
<span>1 : √3 :2 = x : y : 30
</span>
To get 1, on the left side, we simply divide 2 by 2
Similarly x = 30/2 = 15.
To get √3, on the left side, we simply multiply 1 by √3
Similarly y = 15 * √3 = 15√3
<span>Therefore the length and width respectively are </span>15 and 15√3 inches<span> </span>
Answer:
b easy question but can I get brainliest
Step-by-step explanation:
Answer:
Step-by-step explanation:
Let football cost be f and basketball cost be b
<u>We have two equations as per given:</u>
- 5f + 14b = 110
- 10f + 6b = 82.50
We need to find b, therefore we'll eliminate f
<u>To do so we'll double the first equation and subtract the second one:</u>
- 2(5f + 14b) - (10f + 6b) = 2(110) - 82.50
- 28b - 6b = 220 - 82.50
- 22b = 137.5
- b = 137.5/22
- b = 6.25
Each basketball costs $6.25