sanjitscorps18
Since xy is multiplied by 1 in the units place Now combinations of xy that can result in 5 as a units digits would be
15, 25, 35,......95
I think everything in your solution was correct to this point, but I think you changed perspectives on what your "xy" means in the last line of your solution. Throughout your solution, you were treating x and y as single-digit numbers, and when you multiplied everything out, "xy" became the product of two single-digit numbers. But in the last line, where you list the valid values of xy, I think your "xy" became something else -- it's not the product of x and y any more, and instead it became a two-digit number where x is the tens digit and y is the units digit. But that's not what your "xy" represents, and at the end, you're looking for two one-digit numbers x and y which have a product ending in 5, so 25 and 45, for example, are not possible values of xy, and 51 and 53 are.
I get your point and I could have been clearer. I based this solution on the premise that the actual number is 10x + y. This order of the number is important to avoid dual counting. Now basis this scenario in all my equations I'm treating x and y together as a product. Since I keep the original number as 10x + y hence I'm only considering y values as 5 and therefore we only have 9 combinations. If the order is skipped then of course I agree to your suggestion that it could have been more combinations with 5 as units digits. Hope this makes sense.