The document describes a proposed approach to modify the modified Booth multiplier to generate a more regular partial product array. The conventional MBE generates an irregular array due to an extra partial product bit at the least significant bit position of each row. The proposed approach incorporates this extra bit into the sign extension bits of the first row, reducing the number of rows from n/2+1 to n/2. It generates the partial product bits and new sign extension bits using simple logic gates, minimizing overhead. Experimental results show the proposed MBE multipliers achieve significant improvements in area, delay, and power compared to conventional MBE multipliers due to the more regular array enabling a smaller, faster reduction tree.