During a given week a programmer spends 1/4 of his time preparing flow chart, 3/8 of his time coding and the rest of the time in debugging the programs. If he works 48 hours during the week , how many hours did he spend debugging the program
Answers
Answer:
Time spent on debugging is 18 hours.
Step-by-step explanation:
It is given that programmer has worked 1/4th of total time spent on preparing flow chart and 3/8th on coding. Remaining time on debugging.
Total time worked during week = 48 hours.
Time spent for flow chart preparation = 1/4th of total time
= 48/4 = 12 hours.
Time spent on coding = 3/8th of total time spent
= 3*48/8 = 18 hours.
Remaining time = 48 - 12 - 18 = 18 hours.
Time spent on debugging is 18 hours.
Answer:
Time spent on debugging programs = 18 hrs
Step-by-step explanation:
During a given week a programmer spends 1/4 of his time preparing flow chart, 3/8 of his time coding and the rest of the time in debugging the programs. If he works 48 hours during the week , how many hours did he spend debugging the program
Total Time spent = 48 hours
Time spent on Preparing flow chart = (1/4) * 48 = 12 Hrs
Time spent on coding = (3/8) * 48 = 18 hrs
Let say time spent on debugging program = D hrs
Total Time spent = Time spent on Preparing flow chart + coding + debugging program
=> 12 + 18 + D = 48
=> D = 48 - 30
=> D = 18
Time spent on debugging programs = 18 hrs