The rectangle that has area 400 has width 10, so its length is 40.
A = LW; L = A/W = 400/10 = 40
The length is 10 + 0.2 = 10.2. The width is 10 + 2 = 12
The multiplication is 10.2 * 12
40.2 * 12 = 40 * 10 + 0.2 * 10 + 40 * 2 + 0.2 * 2
40.2 * 12 = 400 + 2 + 80 + 0.4
40.2 * 12 = 482.4
This is most likely the answer
Hey there!
Let's break this expression into two parts:
6(3x-1) and -10x
To solve the first part, we need to use the distributive property which states:
a(b+c) = ab+ac
Applying that to this problem, we have:
6(3x) + 6(-1) =
18x - 6
Now, we can take that -10x and put it right back in:
18x - 6 - 10x
Combine like terms and subtract the 10x from the 18x to get:
8x - 6
Hope this helps!