While replacing the noted missing values in the code below, which of the following option correctly completes the formula for EIGRP used to calculate its metric? metric = [K1 * bandwidth + (K2 * missing_value_1) / (256 - missing_value_2) + K3 * missing_value_3] * [K5 / (missing_value_4 + K4)] * 256 |