| You are given a pool of ten 3-letter words. Your job is to use all the words in the pool to create five pairs of words such that each pair can be anagrammed into a 6-letter word. Example: nod + rug = ground.
Pool: bee, hip, met, pry, raw, red, rum, sod, sun, toe
bee + raw = beware
met + sod = modest
red + rum = murder
pry + toe = poetry
sun + hip = punish |
 |
Sorry, the comment form is closed at this time.