Answer:
1/6
Step-by-step explanation:
It is a 6 sided die, so you have 6 possibilities, so that is going to be you denominator.
There is only one number 2 on the die, so you have 1 as your numerator.
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
Answer:
Step-by-step explanation:
The "dot product" of two vectors has several different formulas.
Since you are given the x- and y-coordinates of both vectors a and b, we can apply the formula
a dot b = ax*bx + ay*by, where ax=x-component of vector a, by=y comp of vector b, and so on.
So, for the problem at hand, ax * bx + ay * by becomes
3(-2) + (-8)(-6) = -6 + 48 = 42 (answer). Note that the dot product (or "scalar product" is itself a scalar.
Step-by-step explanation:
Congruent means the same. You can prove that the two triangles are congruent by the measurements and also if they look the same. You can also see if parallelograms are congruent by seeing if they are the same. They also have to mirror the image of the other. Your welcome :)