//Example 17.7 clc I=20//in A delta_v=120 p_bulb=75//inwatt p_total=I*delta_v N=p_total/p_bulb disp(N,"Number of bulbs=")