Top answers


When to use passé composé or imparfait?

The imparfait is used to describe the background or ongoing events/habits. Example: If faisait beau. The passé composé is used to describe what is taking place in that very moment or a specific event. Exampl...
CW
Answered by Chloe W. French tutor
2281 Views

Sarah plans to paint a rectangular wall of dimensions 8.7m x 2.3m. A tin of paint costs £16.10 and covers 6 metres squared. Sarah has a budget of £56, can she afford to paint the wall? Explain your reasoning.

(This question would appear on the calculator paper of GCSE Maths) The first step is to calculate the total area of the rectangular wall by multiplying the width and height of the wall: Area (rectangle) = Wi...
RS
Answered by Rob S. Maths tutor
5767 Views

What are the three time expressions that are used in Spanish (in the present)?

Hace + time + que + verb in present tense Example: hace ocho años que estudio español Verb in the present + desde hace + time Example: estudio español desde hace ocho años Llevar (conjugated in the present) ...
DR
Answered by Dapika R. Spanish tutor
2231 Views

In Python, write a recursive function that returns the first n Fibonacci numbers.

Begin by denoting the first and second Fibonacci number as 0 and 1 respectively. This helps us define a base case for our algorithm. We know that new Fibonacci numbers are formed by adding its 2 predecessors...
MS
Answered by Meer S. Computing tutor
2174 Views

If h(x) = 2xsin(2x), find h'(x).

Differentiate using product rule as expression consist of two functions.Product Rule: d(f(x)g(x))/dx = g(x).f'(x) + f(x).g'(x)Chain Rule: d(f(g(x)))/dx = g'(x) . f'(g(x)) Let: f(x) = 2x f'(x) = 2 - simple di...
MS
Answered by Meer S. Maths tutor
4301 Views