2c+6u=24
4c+6u=36
4c+6u=36
Both equations contain a 6u term. Let's use that to eliminate the u terms and solve for c. let's multiply the first equation by -1 then add it to the second equation to eliminate the u variable:
-2c - 6u = -24
+4c + 6u = 36
-----------------
2c + 0 = 12
2c = 12
c=6
To find u. plug c=6 into either equation and solve for u:
2c + 6u = 24
2(6) + 6u = 24
12 + 6u = 24
6u = 12
u = 2
Check:
2c + 6u = 24
2(6) + 6(2) = 24
12 + 12 = 24
24 = 24 CHECK!
4c + 6u = 36
4(6) + 6(2) = 36
24 + 12 = 36
36 = 36 CHECK!