X=is the number looked for.
x/2=is the half of "x".
x/3=is the one-third of the "x".
We suggest this equation:
x+(x/2)+(x/3)=22
Least common multiple=6
6x+3x+2x=132
11x=132
x=132/11=12
Te number is 12
To check:
A number (12)+ half of that number (6)+ the one-htird of that number(4) is:22
12+6+4=22
Answer:
yes u got it :))
Step-by-step explanation:
I think the perimeter is at least 6m
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