Current location - Training Enrollment Network - Mathematics courses - The teacher assigned homework and gave the children 20 math problems with the sum of three numbers of 10 every day. I think this can be automatically generated by excel. How?
The teacher assigned homework and gave the children 20 math problems with the sum of three numbers of 10 every day. I think this can be automatically generated by excel. How?
A2=ROUNDUP(RAND()* 10,0)

B2= 10-A2-C2

C2=ROUNDUP(RAND()* 10,0)

Copy down the three formulas.

Press F9 to randomly generate three addends.