100% of Kerion's paper squares are:
(100% / 100%) = 1
Half of the squares of your paper are colored blue:
(1) / (2) = 1/2
Of the blue squares, 1/3 of them will also have stripes:
(1/2) * (1/3) = 1/6
answer
A fraction of (1/6) squares will be blue with strips
I believe the answer they're looking for is 3, but it's hard to tell, because there's a negative sign before the box, and a polynomial cannot contain a negative exponent.
Ignoring that sign though, the answer should be 3 because Polynomials typically have a term with each degree up to the maximum of the polynomial.
In this polynomial, there is a term with degree 4, degree 2, and degree 0, but none for degree 3 or 1. Because of this, the only acceptable answer is 3.
Answer:
Step-by-step explanation:
the answer would be -5x
Enlist your parents help to find you a decent tutor, it is much better to meet face to face.
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.