Hello!
You have to find the area of the first rectangle
13 * 25 = 325
Next find the area of the second rectangle
The base is quadripled
13 * 4 = 52
52 * 25 = 1300
Divide the area of rectangle 2 by the area of rectangle 1
1300/ 325 = 4
The answer is D. 4 times bigger
Hope this helps!
U need a calculator for that lol
If you maintained an average speed of 63 mph, the time to drive 341 miles would be about 5 hours and 24 minutes<span>. You would have to add time for stops, detours and other delays.</span>
Answer:
<h2>
<u>
y = -3x - 8</u></h2>
Step-by-step explanation:
The equation of the line that passes through the point <em>(x₁, y₁)</em> and has a slope of <em>m</em> in point-slope form is: y - y₁ = m(x - x₁)
m = -3
(-4, 4) ⇒ x₁ = -4, y₁ = 4
Therefore:
y - 4 = -3(x - (-4))
<u>y - 4 = -3(x + 4) </u><u> </u> ← point-slope form
y - 4 = -3x - 12 {add 4 t both sides}
<u>y = -3x - 8 </u> ← slope intercept form
Let me help you!
Ok, so before I give you the answer, which is very simple, I will first show you how to answer questions like this in the future.
In the variable declaration, the array "numbers[]" has been declared as an integer. The values of the array "numbers[]" are: <span>83, 62, 77, 97, 88; respectively, the values are equivalent to: 0, 1, 2, 3, 4 which makes the range of array "numbers[]": 5.
To make it clearer:
</span>numbers[0] = 83
numbers[1] = 62
numbers[2] = 77
numbers[3] = 97 <---- This is what we are looking for!
numbers[4] = 88
*** By the way, when counting the range, we don't start at 1, we start at 0. That's why even if the range is 5, the last value is 4.
Therefore, the answer is: 3 or numbers[3].