This looks like: 
To solve this problem, you'll want to use the AC method to factor x^2+7x-30.
After factoring your expression will look like this:

Cancel out the x+10 because they are common factors, so you are just left with the simple x-3.
Answer is:
x - 3
ok kid you need to study instead of getting people to give you the answer
Answer:
f(N) = 2+ N/2 + 6N² units of time.
Step-by-step explanation:
Assigning 0 to the variable sum takes one unit of time.
Each time you increment sum by B, you need to call the value of sum, sum it to B and assign it to sum, which takes three units of time in total. You are repeating this process for each value of B which ranges from 1 to 4n and for each value of A which ranges from 1 to n/2. Opening the FOR takes also another unit of time, so, as a result, we have
f(N) 1 + 1 (open the FOR in A)+ N/2*(1 (open the FOR in B) + 4N*3) = 2+ N/2 + 6N² units of time. It has order complexity O(N²).
Answer:
c = 10 feet
Step-by-step explanation:
Use the Pythagorean theorem: a^2 + b^2 = c^2
<u>Step 1: Plug in the information</u>
(6)^2 + (8)^2 = c^2
36 + 64 = c^2
100 = c^2
sqrt(100) = sqrt(c^2)
<em>10 = c</em>
<em />
Answer: c = 10 feet