Top answers

All subjects
All levels

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

Expand: x2 + 2x + 3x +6 = 2x+4
Take (2x+4) from both sides: x2+3x+2 = 0
Facorise: (x+2)(x+1) = 0
So solutions are x=-2 and x=-1

MT
Answered by Michael T. Maths tutor
8215 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 t...

MT
Answered by Michael T. Computing tutor
3448 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
3119 Views

Describe a stack data structure.

A stack is a LIFO (Last In First Out) data structure. 
Analogous to a stack of plates, every new data entry is placed (or pushed) onto the top of the stack, and to get the the data below it, you must...

MT
Answered by Michael T. Computing tutor
3754 Views

∫ log(x) dx

Using "Integration by parts" or "reverse chain rule" .
Recall formula for intergration by parts: "∫f'(x) g(x) dx = f(x)g(x) - ∫f(x)g'(x)dx"
Then set f'(x) = 1, g(x)...

MT
Answered by Michael T. Maths tutor
49070 Views

We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2026 by IXL Learning