Convert from base 5 to base 10
432five_{five}five = (4 x 52^22) + (3 x 51^11) + (2 x 50^00)
= (4 x 25) + (3 x 5) + (2 x 1)
= 100 + 15 + 2
= 117ten_{ten}ten
Then convert from base 10 to base 3
Selecting the remainders from bottom to top:
117ten_{ten}ten = 11100three_{three}three
Hence; 432five_{five}five = 11100three_{three}three