I am trying to help my daughter in her math and there is this question I can't quite get my head around, The sum is:
Three friends go into a book shop. Salma buys a cook book and a novel, she pays \$ 20.75. Isla buys the same novel and a dictionary. Her bill comes to \$ 26.65. Josh buys a cook book and a Dictionary and pays \$ 30.90.
What is the price of each book?
Hint: Setting $C=$ price of cook book; $N=$price of novel and $D=$price of dictionary, we get the equations $$ \left\{ \begin{array}{crccc} C& + N & & = &20.75\\ & N & + D & = & 26.65 \\ C &&+D &=& 30.90 \end{array} \right. $$ This is fairly easy to solve. Adding the first and last equations together, we obtain $$ \left\{ \begin{array}{crccc} 2C& + N & +D & = &51.65\\ & N & + D & = & 26.65 \\ \end{array} \right. $$ From which we can easily see (by subtracting the equations from each other) that $$ 2C = 25.00 \qquad \Rightarrow \qquad C = 12.50 $$ now we can plug in this value to the original last equation, and we obtain $D = 30.90 - 12.50 = 18.40$. Similarly, plugging this result in the second equation of the original set, we get $N=26.65 - 18.40 = 8.25$
The final answers are therefore $$ C = 12.50 \qquad N = 8.25 \qquad D = 18.40 $$