To get the result we just have to divide 3.4 liter by 0.4 liter.
3.4:0.4=8.5 - its our result.
To better undestand lets think that u have 4 piece of cake and 2 person. To know how much u can give each person u have to divide 4 piece by 2 person. Its similar situation here.
Width = X
Length = X + 15
Perimeter of a Rectangle = 2W + 2L
2(X) + 2(X + 15)
2X + 2X + 30
4X + 30
Answer = 4X + 30
Hope this helps! :)
Answer:

Step-by-step explanation:
Given:
< C = 53°
< B = 80°
a = 2
Required:
Find b
Solution:
The question given suggests we are given measures for a ∆.
To find side b, which corresponds to angle B, first, we'd find angle A, which corresponds to side a, then apply the Law of sines to find side b.
=> A = 180 - (53 + 80) = 47°
Law of Sines: 
Plug in the values into the formula

Cross multiply

Divide both sides by sin(47) to make b the subject of formula


(nearest tenth)
Answer:15
Step-by-step explanation:
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].