A school wants to allocate students into three clubs: Sports, Music, and Drama, under the following conditions:
- The number of students in the Sports club should be equal to the sum of the number of students in the Music and Drama clubs.
- The number of students in the Music club should be 20 more than half the number of students in the Sports club.
- The total number of students to be allocated in all three clubs is 10.
Find the number of students allocated to different clubs, using the matrix method.}