Question 830854
Three numbers, a, b, c
A perfect trio involves three whole numbers. Using the three numbers, add the first two numbers together then divide the sum by the third number.
{{{(a+b)/c}}}
:
Using the same three numbers, subtract the second from the first number and then multiply the difference by the third.
c(a-b)
:
The trio is perfect if the two outcomes are equal.
Can you find three whole numbers that are perfect trios?
:
There are lots of them, 
a=5 b=4 c=3
a=45 b=36 c=3
a=61 b=60 c=11
a=100 b=96 c=7
a=289 b=255 c=4
a=488 b=480 c=11