A game consists of randomly selecting 4 balls from a bag. After each ball is selected it is replaced in the bag. The bag contains 3 red balls and 7 green balls. For each red ball selected, 10 points are earned and for each green ball selected, 5 points are deducted. For instance, if a player picks 3 red balls and 1 green ball, the score will be `3xx10-1xx5=25` points.
What is the expected score in the game? (2 marks)
--- 6 WORK AREA LINES (style=lined) ---