Answer:
A -60i - 14j
Step-by-step explanation:
u = -9i + 8j
v = 7i + 5j
2u = 2(-9i + 8j) = -18i + 16j
6v = 6(7i + 5j) = 42i + 30j
2u - 6v
(-18i + 16j) - (42i + 30j)
(-18i - 42i) + (16j-30j)
-60i - 14j
Answer:
Step-by-step explanation:
Area A = 15square cm
Length L = x
Width w = x - 2
Area = L × w
15 = x(x - 2)
15 = x^2 -2x
x^2 -2x - 15 = 0
Solving by factorization
x^2 - 5x + 3x - 15 = 0
(x^2 -5x) + (3x -15) = 0
x(x - 5) + 3(x - 5) = 0
(x + 3)(x - 5) = 0
(x + 3) = 0 or (x - 5) = 0
x = -3 or 5
Since x can't be negative therefore x is 5cm
Length = 5cm
Width = 5-2 = 3cm
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
Answer:
A -(27x + 7)
B -(15x + 8 )
C -9(2x + 1 )
Step-by-step explanation:
-1/2 (30x + 16) = -15x-8
Answer:
D
Step-by-step explanation:
I think its D because translation is where something is moved horisontally or vertically without moving orientation.