Top answers


How do I make my personal statement stand out?

It is very easy with a personal statement to be too cheesy and effusive. Instead of overthinking it just write in clear plain English, that way you can fit more information in and appear mature. Try to reall...
EC
4180 Views

Why do transition metals form coloured solutions?

White light is a mixture of different colours of light (e.g red, green and blue) and each colour has a different wavelength. For something to have colour, it needs to absorb certain wavelengths (or colours) ...
YB
Answered by Yusuf B. Chemistry tutor
13567 Views

Solve (x + 2)(x+3) = (2x+4)

Expand: x 2 + 2x + 3x +6 = 2x+4 Take (2x+4) from both sides: x 2 +3x+2 = 0 Facorise: (x+2)(x+1) = 0 So solutions are x=-2 and x=-1
MT
Answered by Michael T. Maths tutor
8373 Views

Describe the process of a binary search.

A binary search requires a ordered list. The search first finds the data entry in the middle of the list, and checks whether it is larger or smaller than the data it is looking for. It then removed half the ...
MT
Answered by Michael T. Computing tutor
3589 Views

Describe a queue data structure.

A queue is a FIFO (First In First Out) data structure. Analogous to a production line, the first item in the list will be the first to be removed, the second the second and so on.
MT
Answered by Michael T. Computing tutor
3242 Views