Math Problem Statement
I have 2,124 items to split among 6 people. I need the first three to have more items then the rest.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Arithmetic
Algebra
Division
Inequalities
Formulas
x_1 + x_2 + x_3 + x_4 + x_5 + x_6 = 2,124
x_1 + x_2 + x_3 > x_4 + x_5 + x_6
x_1 + x_2 + x_3 = 0.6 * 2,124
x_4 + x_5 + x_6 = 2,124 - (x_1 + x_2 + x_3)
Theorems
Basic distribution of integers
Inequality principle
Suitable Grade Level
Grades 5-7