Answer:
1480 feet
Step-by-step explanation:
180yd x 2 = 360yd
change to feet: 360 x 3 = 1080 feet
200ft x 2 = 400ft
1080 + 400 = 1480ft
Answer:
83.33%
Step-by-step explanation:
300 - 50 = 250
250/300 = 0.8333 or 83.33%
Answer:
- (a) no
- (b) yes
- (c) no
- (d) no
Step-by-step explanation:
"Of the order x^2" means the dominant behavior matches that of x^2 as x gets large. For polynomial functions, the dominant behavior is that of the highest-degree term.
For other functions, the dominant behavior will typically be governed in some other way. Here, the rate of growth of the x·log(x) function is determined by log(x), which has decreasing slope as x increases.
Only answer selection B has a highest-degree term of x^2, so only that one exhibits O(x^2) behavior.
Answer:
Distance =√(x₁ - y₁)²+ (x₂ - y₂)² = √97 = 9.85
Step-by-step explanation:
The Matrix X and Y could also be referred to as vectors in Rⁿ dimensions.
if Vector X = ( x₁ , x₂) and Vector Y = (y₁ , y₂)
then, Distance (X-Y) = ||X-Y|| = √(x₁ - y₁)²+ (x₂ - y₂)²
where, x₁ = 8, x₂ = -5 and y₁ = -1 , y₂ = -9
Distance = √(8 - (-1))²+ (-5 - (-9))² = √9² + 4² =√97 = 9.85