Using Karnaugh map to change the logic function y = C + ABC into the simplest and or expression

Using Karnaugh map to change the logic function y = C + ABC into the simplest and or expression

Why use Kano if you can use Boolean? Y = C + ABC, y = C (1 + AB), y = C, OK!