how many arrangements can you make with the letters of "space"

There are 5 letters in the word "space".

To find how many arrangements can be made with those 5 letters, we can use the formula for permutations:

nPr = n! / (n - r)!

where n is the total number of items (in this case, 5 letters) and r is the number of items being chosen (also 5, since we're using all the letters).

nPr = 5! / (5-5)!
nPr = 5! / 0!
nPr = 5 x 4 x 3 x 2 x 1
nPr = 120

Therefore, there are 120 arrangements that can be made with the letters of "space".