Let xyz be a three digit number such that x,y,z form sides of an equilateral triangle. How many such numbers are there?
The answer is 9 using p n c
9*1*1 = 9
Now, if x,y,z form sides of an isoceles triangle. How many such numbers are there?
My try :
the numbers we can use are 1,2,3,4,5,6,7,8,9 and not 0.
9*1*9 + 9*9*1 + 1*9*9 - .......
I am not getting how to subtract the repeating numbers. Can someone guide?