Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

All numbers with only one number

You want to express numbers with only one number and certain operations. As an example, let us say you have addition, multiplication, subtraction, and division (and you are allowed to use parenthesis). And you only have five numbers 2 available. You can express the numbers 1 to 10 in the following way:


Your task is to do the same, but instead of number 2, use number 5, i.e. express numbers 1 to 10 with exactly five numbers 5 and combining them with four allowed operations: addition, multiplication, subtraction, and division. You are also allowed to use parentheses.

[b]BONUS:[/b] Can you do it also for the number 23?

The best solution gets a token of appreciation...
This page is a permanent link to the reply below and its nested replies. See all post replies »
Jackaloftheazuresand · 26-30, M
1=(5*5+5)/5-5
2=(5+5+5-5)/5
3=(5*5-5-5)/5
4=(5+5+5+5)/5
5=5+5+5-5-5
6=(5-5+5)/5+5
7=(5*5+5+5)/5
8=(5+5+5)/5+5
9=(5*5-5)/5+5
10=5*5-5-5-5

1=(23/23)+(23-23)*23
2=(23*23/23+23)/23
3=(23+23)/23+(23/23)
4=(23+23+23+23)/23
I'm too dumb for the rest
Miram · 31-35, F
@Jackaloftheazuresand You too dumb? nonsense, you're always five steps ahead of me 😊
sumojumo · 36-40, M
@Jackaloftheazuresand absolutely not too dumb, my fault for posting an ambiguous bonus question. What I mean is express 23 with five 5s. But what you started with 23s is an interresting challenge, which I am too lazy to start solving by hand, but will tell you if it is even possible tomorrow (with a little help from my friend the PC ;)).