Top answers


How to make your personal statement unique

You need to ask yourself what make you unique compared to your friends, then your class, then your year. Then put this energy into the writing of the personal statement.The most important thing to remember i...
SI
2360 Views

Why are negative indexes used?

They are used to access locations from last indexes of any array. So lets say you want to print last two items of an array you will write print(A[-2:]) or if you dont want to display last 3 items of the arra...
SE
Answered by Samim E. Python tutor
3041 Views

Which value of x gives the greatest value of "-x^2+8x-6"

There are 2 methods of solving this: completing the square or calculus, which makes this a versatile question for both GCSE and A Level students. It is also fairly simple to adapt. Using calculus, the equati...
TD
Answered by Tutor172970 D. Maths tutor
3757 Views

Outline one or more ways in which behaviourists treat phobias (6 marks)

Systematic desensitisation is one of the main behavioural treatments for phobias. It is based on classical conditioning, with a focus on counterconditioning the specific phobia, i.e. unlearn the maladaptive ...
SD
Answered by Sophie D. Psychology tutor
6459 Views

Solve the simultaneous equations: 3x + y = 19 and x - 2y = -3

First rearrange x - 2y = -3 by adding 2y to each side to give x = -3 + 2ySubstitute this into the first eq. to give 3(-3 +2y) + y = 19Expand brackets first: -9 + 6y + y = 19Rearrange and simplify by collecti...
JM
Answered by Jessica M. Maths tutor
5664 Views