A number that names a part of a whole or part of a whole group is called a fraction.
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
Is this the image? If so, sorry I can't do this lol
Q. How many triangles can be constructed with sides measuring 5 m, 16 m, and 5 m?
Solution:
Here we are given with the sides of the triangle as 5m, 16m and 5.
As the Triangle inequality we know that
The sum of the length of the two sides should be greater than the length of the third side. But this inequality fails here.
Hence no triangle can be made.
So the correct option is None.
Q.How many triangles can be constructed with sides measuring 6 cm, 2 cm, and 7 cm?
Solution:
Here we are given with the sides of the triangle as 6m, 2m and 7m.
As the Triangle inequality we know that
The sum of the length of the two sides should be greater than the length of the third side. The given values follows the triangle inequality.
Hence one triangle can be formed.
So the correct option is one.