#This is how we compute and print the expected value for po-/impact po.impact=(122*121)/382 print("This is the expected value for po-/impact:") print(po.impact) #This is how we compute and print the expected value for s-/impact s.impact=(122*66)/382 print("This is the expected value for s-/impact:") print(s.impact) #This is how we compute and print the expected value for na-/impact na.impact=(122*59)/382 print("This is the expected value for na-/impact:") print(na.impact) #This is how we compute and print the expected value for za-/impact za.impact=(122*71)/382 print("This is the expected value for za-/impact:") print(za.impact) #This is how we compute and print the expected value for pro-/impact pro.impact=(122*65)/382 print("This is the expected value for pro-/impact:") print(pro.impact) #This is how we compute and print the expected value for po-/changest po.changest=(102*121)/382 print("This is the expected value for po-/changest:") print(po.changest) #This is how we compute and print the expected value for s-/changest s.changest=(102*66)/382 print("This is the expected value for s-/changest:") print(s.changest) #This is how we compute and print the expected value for na-/changest na.changest=(102*59)/382 print("This is the expected value for na-/changest:") print(na.changest) #This is how we compute and print the expected value for za-/changest za.changest=(102*71)/382 print("This is the expected value for za-/changest:") print(za.changest) #This is how we compute and print the expected value for pro-/changest pro.changest=(102*65)/382 print("This is the expected value for pro-/changest:") print(pro.changest) #This is how we compute and print the expected value for po-/behav po.behav=(52*121)/382 print("This is the expected value for po-/behav:") print(po.behav) #This is how we compute and print the expected value for s-/behav s.behav=(52*66)/382 print("This is the expected value for s-/behav:") print(s.behav) #This is how we compute and print the expected value for na-/behav na.behav=(52*59)/382 print("This is the expected value for na-/behav:") print(na.behav) #This is how we compute and print the expected value for za-/behav za.behav=(52*71)/382 print("This is the expected value for za-/behav:") print(za.behav) #This is how we compute and print the expected value for pro-/behav pro.behav=(52*65)/382 print("This is the expected value for pro-/behav:") print(pro.behav) #This is how we compute and print the expected value for po-/sound&speech po.ss=(106*121)/382 print("This is the expected value for po-/sound&speech:") print(po.ss) #This is how we compute and print the expected value for s-/sound&speech s.ss=(106*66)/382 print("This is the expected value for s-/sound&speech:") print(s.ss) #This is how we compute and print the expected value for na-/sound&speech na.ss=(106*59)/382 print("This is the expected value for na-/sound&speech:") print(na.ss) #This is how we compute and print the expected value for za-/sound&speech za.ss=(106*71)/382 print("This is the expected value for za-/sound&speech:") print(za.ss) #This is how we compute and print the expected value for pro-/sound&speech pro.ss=(106*65)/382 print("This is the expected value for pro-/sound&speech:") print(pro.ss)