I was trying to solve the attached question from the book Digital Design: With an Introduction to Verilog HDL, 5e however the values of f1 and f2 for the entry (1,1,0) are missing.
If we use sum of product or product of sum form the function we get would be valid for all the values however it would also give a result for (1,1,0).
Will that value be the missing value from the table?
I tried both POS and SOP and the result for 1,1,0 is 0 in both the cases so is it correct to say the original truth table must have had 0 for the following entry or do we not talk about it since it was not one of the readings which we had.
(Note: I have no idea about K Maps just yet so please refrain from using those to explain unless that's the only way.)

