• + 1 comment

    @jhabeeb602

    Sum of two numbers (always):

    odd + odd = even
    odd + even = odd 
    even + odd = odd 
    even + even = even
    

    In your case:

        7 + 7 = 14
        odd + odd = even
    


    So, if you count the number of odd loaves,
    example: if the count was 5, then the count is odd
    odd count makes the Problem unsolvable.