4/9 + (x-1) = 28/9 - (x-7x) + 1
4/9 + x - 1 = 28/9 - x + 7x + 1
-5/9 + x = 37/9 + 6x
-5x = 42/9
-5x = 4.6 (repeating 6)
x = -0.93 (repeating 3)
Hope this helps! ;)
Answer: 0.5
Step-by-step explanation:
Android calculator accepts the above question via copy and paste, and gives 0.5
The point of this question is to try to discover whether or not you know what the expression means.
Rewriting it as (8(15-4)/(4×4)) - 5 would show that you know the meaning. You can check that by feeding it into the calculator as well.
Okay, think of it this way:
You have to find how many times 4,000 goes into 150,000.
This will tell you how many costumes you can buy.
To make this easier, we can divide 4 by 150. (this is proportional to 4,000 and 150,000 since we took 3 zeros from each number; you will get the same answer)
150/4= 37.5
You can buy 37 whole costumes.
Hope this helped!
E = 352.50 euro × 1 pound / 1.41 euro = 250.00 pounds
J = 39856 yen × 1 pound / 188 yen = 212.00 pounds
a) Japan is cheaper
b) 250 - 212 = 38 pounds cheaper
Answer:
A, B, D, F
Step-by-step explanation:
Matrix operations require that the matrix dimensions make sense for the operation being performed.
Matrix multiplication forms the dot product of a row in the left matrix and a column in the right matrix. That can only happen if those vectors have the same dimension. That is the number of columns in the left matrix must equal the number of rows in the right matrix.
Matrix addition or subtraction operates on corresponding terms, so the matrices must have the same dimension.
The transpose operation interchanges rows and columns, so reverses the dimension numbers. It is a defined operation for any size matrix.
<h3>Defined operations</h3>
A. CA ⇒ (4×7) × (7×2) . . . . defined
B. B -A ⇒ (7×2) -(7×2) . . . . defined
C. B -C ⇒ (7×2) -(4×7) . . . undefined
D. AB' ⇒ (7×2) × (2×7) . . . . defined
E. AC ⇒ (7×2) × (4×7) . . . undefined
F. C' ⇒ (7×4) . . . . defined