for each inch is 5 feet, so for each 0.5 aka 1/2 inch, it would be 2.5 inches
2in: 5+5=10ft
2.5in: 5+5+2.5=12.5ft
or just simply mutiply by 2
2(5)= 10ft
2.5 inches so 2.5(5)=12.5
The dimensions of the actual room are 10 feet by 12.5 feet
Here is your answer!
B) The determinent is 0
Answer:
see explanation
Step-by-step explanation:
Given
a = ![\left[\begin{array}{ccc}3\\2\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%5C%5C2%5C%5C%5Cend%7Barray%7D%5Cright%5D)
To obtain -3a multiply each of the elements of a by -3
3a =
= ![\left[\begin{array}{ccc}-9\\-6\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D-9%5C%5C-6%5C%5C%5Cend%7Barray%7D%5Cright%5D)
To obtain 1.5a multiply each element by 1.5
1.5a =
= ![\left[\begin{array}{ccc}4.5\\3\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4.5%5C%5C3%5C%5C%5Cend%7Barray%7D%5Cright%5D)
This is adding two vectors, one magnitude 300 direction east, and one magnitude 100 direction 30 degrees northeast.
For the resulting sum we can use the Law of Cosines or just add up the components. Let's try it both ways.
Components first. In the east direction we have
300 + 100 cos 30° = 300 + 100(√3/2) = 386.60 miles per hour
In the north direction we have
0 + 100 sin 30° = 100 (1/2) = 50 miles per hour
So a total speed of
sqrt{386.6^2 + 50^2} = 389.82 miles per hour
Answer: 389.82
--------
OK let's try the Law of Cosines. We have sides 300 and 100 and included angle 150°.


Example :
u have an endpoint at (6,5)......ad the midpoint is (4,2)....find the other endpoint.
midpoint formula : (x1 + x2) / 2, (y1 + y2) / 2
one endpoint (6,5)....x1 = 6 and y1 = 5
other endpoint (x,y)...x2 = x and y2 = y
sub into the formula
m = (6 + x) / 2, (5 + y) / 2
okay, so the midpoint is (4,2)....so ur x value will equal 4
(6 + x) / 2 = 4...multiply both sides by 2
6 + x = 4 * 2
6 + x = 8
x = 8 - 6
x = 2 <==
midpoint is (4,2)....so the y value will equal 2
(5 + y) / 2 = 2 ...multiply both sides by 2
5 + y = 2 * 2
5 + y = 4
y = 4 - 5
y = -1 <==
so ur other endpoints are (2,-1)