Answer:
When you're talking factors, you're talking about some sort of integer; that's because “factors” depends on the concept of divisibility, which are virtually exclusive to integers. When you're talking “greater than”, you're excluding complex numbers (where the concept of ordering doesn't exist) and you're probably assuming positive integers. If you are, then no; no positive integer has factors that are larger than it.
If you go beyond positive numbers, that changes. 0 is an integer, and has every integer, except itself, as factors; since its positive factors are greater than zero, there are factors of zero that are greater than zero. If you extend to include negative numbers, you always have both positive and negative factors; and since all positive integers are greater than all negative integers, all negative integers have factors that are greater than them.
Beyond zero, though, no integer has factors whose magnitudes are greater than its own. And that's a principle that can be extended even to the complex integers
Step-by-step explanation:
Well if you take the room being 20 x 24. Thats 480 feet. But you want how large in 1/2 inch. 1/2 inch is 1/24 of a foot. So if we take 480 feet being 1 and times it by 24. (480 x 24) You get 11,520 half inches. Brainliest would be much appreciated if you feel its deserved.
Answer:
25
Step-by-step explanation:
We can use the Pythagorean theorem to determine the length of the hypotenuse
a^2 + b^2 = c^2
15^2 + 20 ^2 = c^2
225 + 400 = c^2
625 = c^2
Take the square root of each side
sqrt(625) = sqrt(c^2)
25 = c
Answer:
f(1) = -3 f(n) = 2 f(n - 1) + 1 f(2)
Alternate form:
{f(n) = -f(1)/3, f(n - 1) = f(1)/2 - f(2)/2}