Search found 2 matches

by robtweet2
Wed Dec 16, 2015 6:19 am
Forum: Math & Science
Topic: Distributive property alignment worksheet
Replies: 1
Views: 3260

Distributive property alignment worksheet

I think I found an answer, but I don't know if it is the best solution. I believe the problem with using alignat is that it alternates between right and left alignment for each column. To get all the addition signs to align, I used an array, centered all the columns, and made a columns for the ...
by robtweet2
Tue Dec 15, 2015 11:12 pm
Forum: Math & Science
Topic: Distributive property alignment worksheet
Replies: 1
Views: 3260

Distributive property alignment worksheet

I'm trying to create a worksheet for 3rd graders that has an example of the distributive property, and I'm having trouble aligning the columns. Here's what I have:

\begin{alignat*}{4}
7 &\times 142 & & &= \\
7 &\times (100 &+ 40 &+ 2) &= \\
& (100 \times 7) &+ (40 \times 7) &+ (2 \times 7 ...