Sorting Objects by Single Attributes
Sorting Objects by Single Attributes
Sometimes we have a mixed-up group of objects. Sorting means putting objects into groups that belong together.
When we sort by a single attribute, we use one thing only to make the groups. An attribute is a way something looks, like its color, shape, or size.
For example, if we sort by color, we only look at color. We do not sort by shape or size at the same time.
Things we can sort by:
- Color: red, blue, green
- Shape: circle, square, triangle
- Size: big, small
How to sort objects
- Look at all the objects.
- Choose one attribute.
- Make groups for that attribute.
- Put each object into the right group.
- Check that you used only one rule.
Let’s learn with examples.
Example 1: Sort by color
You have these crayons: red, blue, red, yellow, blue.
We will sort by color.
- Red group: 2 crayons
- Blue group: 2 crayons
- Yellow group: 1 crayon
We can count them like this:
Red: \(2\), Blue: \(2\), Yellow: \(1\)
This is sorting by one attribute because we only used color.
Example 2: Sort by shape
Look at these shapes: circle, square, triangle, circle, square.
We will sort by shape.
- Circle group: 2 shapes
- Square group: 2 shapes
- Triangle group: 1 shape
Count:
Circle: \(2\), Square: \(2\), Triangle: \(1\)
We did not look at color or size. We only looked at shape.
Example 3: Sort by size
You have these bears: big bear, small bear, big bear, small bear, small bear.
We will sort by size.
- Big group: 2 bears
- Small group: 3 bears
Count:
Big: \(2\), Small: \(3\)
Since \(3 > 2\), there are more small bears than big bears.
Example 4: Be careful to use only one rule
Look at these buttons:
- big red button
- small red button
- big blue button
- small blue button
If the rule is sort by color, the groups are:
- Red group: 2 buttons
- Blue group: 2 buttons
If the rule is sort by size, the groups are:
- Big group: 2 buttons
- Small group: 2 buttons
Both ways are correct, but you must choose one attribute at a time.
Tips for sorting
- Say the rule first: “I am sorting by color.”
- Touch each object one time as you place it in a group.
- Make sure every object goes into a group.
- Check that you did not mix two rules together.
Try thinking about these questions:
- What attribute are we using?
- How many groups do we need?
- Which group has more?
- Which group has fewer?
- Are all the objects sorted?
Why sorting helps
Sorting helps us organize objects so they are easier to count and compare. It also helps us get ready to make tallies and graphs later.
Summary
Sorting means putting objects into groups. When we sort by a single attribute, we use one rule, like color, shape, or size. We place each object into the group that matches that one rule. Then we can count the groups and answer questions about them.
Put what you read to the test
You've worked through Sorting Objects by Single Attributes. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.