5.70 is the correct answer
Answer:
(9-7)
Step-by-step explanation:
i will bite - this is not a complete ans but an approximation:
there are 100*99*98 ways to pick 3 different no. out of 100
if 2 of the no. picked are >10, then there is no way the third no. can be larger than the products of the other 2 nos.
there are 90*89*98 ways to pick 2 nos between 10 and 100 and a third no. between 1 and 100.
So an approximate ans = 100*99*98 - 90*89*98 = 185220 but the actual ans will be smaller than this.
Answer:
= 6n - 4
Step-by-step explanation:
There is a common difference between consecutive terms in the sequence, that is
8 - 2 = 14 - 8 = 6
This indicates the sequence is arithmetic with n th term
= a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here a₁ = 2 and d = 6 , thus
= 2 + 6(n - 1) = 2 + 6n - 6 = 6n - 4
Thus the formula representing the sequence is
= 6n - 4
Answer:
see explanation
Step-by-step explanation:
Given the 2 equations
3x - 5y = - 2 → (1)
2x + y = 3 → (2)
Multiply (2) by 5 will eliminate y when added to (1), that is
10x + 5y = 15 → (3)
Add (1) and (3) term by term
(3x + 10x) + (- 5y + 5y) = (- 2 + 15)
13x = 13 ( divide both sides by 13 )
x = 1
Substitute x = 1 into (2) for corresponding value of y
2 + y = 3 ⇒ y = 3 - 2 = 1
Solution is (1, 1)