I'm trying to make sure i did this right.
Here is the argument:
(a) All cheaters sit in the back row. George sits in the back row $\therefore$ George is therefore a cheater
Here it is expressed using propositional logic:
$C$ = is a cheater
$x$ = students
$B$ = Sits in back row
$y$ = George
$\exists$$x$$\exists$$y$($C(x)$ $\implies$ $B(x)$ $\implies$ $($$B(y)$$\implies$$C(y)$$)$
Which in english means: There exists some students and there exists a George. Some students are cheaters, which implies they sit in the back row, which implies that George, who sits in the back row is therefore a cheater.
I'm fairly new to writing this all mathematically, please correct me, thanks!