Answer:
There are 2 ways, since we'd chosen 2 fruits
PROBABILITY:
(
=
) or 
METHOD:
In the 2 fruits we took both of them might be pears either maybe one of them can be a pear. The same is possible with the other fruit.
<em>PLEASE DO MARK MY ANSWER AS THE BRAINLIEST..</em>
<em><HOPE IT HELPS></em>
Step-by-step explanation:
The function translation / transformation rules: f (x) + b shifts the function b units upward. f (x) − b shifts the function b units downward. f (x + b) shifts the function b units to the left
Answer: 
You can write this as (-infinity, 7) if you aren't able to use the infinity symbol.
====================================================
Explanation:
Think of x < 7 as writing 
So x is between negative infinity and 7, excluding both endpoints.
To write
in interval notation, we write
The curved parenthesis tell us to exclude the endpoint.
Step-by-step explanation:
A = (1, 3)
B = (3, 6)
C = (9, 2)
D = (7, -1)
the distance between 2 points is given by the Pythagoras equation based on the coordinate differences as legs of virtual right-angled triangles.
AD for example we get from
AD² = (7-1)² + (-1 - 3)² = 6² + (-4)² = 36 + 16 = 52
AD = sqrt(52) = sqrt(4×13) = 2×sqrt(13)
and AB we get from
AB² = (3-1)² + (6-3)² = 2² + 3² = 4 + 9 = 13
AB = sqrt(13)
the perimeter of the given rectangle is
2×sqrt(52) + 2×sqrt(13) = 2×2×sqrt(13) + 2×sqrt(13) =
= 6×sqrt(13) = 21.63330765...
and the area of the rectangle is
2×sqrt(13)×sqrt(13) = 2×13 = 26
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.