Answer
For 4NF the Relation must be normalized upto BCNF and there should there should be No multi valued dependency.When a Relation is normalized from 1st upto 4th normal form then there exist No determinant in the Relation that ist not the candidate key.In this way Relation is converted into Well formed Relation using 4th normal form.The application of 4th Normal Form ist shown in the picture in step by step section.
Work Step by Step
In the Student Relation there exist a multi valued dependency AS WE discussed in Part A.To remove this multi valued dependency WE would make a nee Relation Sibling AS shown in the picture and in the News Relation WE would use StudentNumber AS foreign Key to apply referential integrity.