The lateral area is represented in the diagram by a rectangle 11 cm wide and
(8 + 15 + 17) cm = 40 cm long.
The lateral area is
(11 cm)*(40 cm) = 440 cm²
Let, the numbers = x,y
x/y = 3/5
total ratio units = 3+5 = 8
value of 1 unit = 135/8 = 16.875
So, numbers would be 3(16.875) & 5(16.875) = 50.625 & 84.375
so, your answer is 50.625 & 84.375
Use the rule of 3 simple
1680 beats ------- 60 min.
x beats -------------- 1 min.
----------------------------------
x = (1680*1)/60 = 1680/60 = 168/6 = 28 beats per minute
hope helped
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector