This problem involves finding the costs of individual items (pens and notebooks) based on given total costs for different combinations. We can solve this using a system of linear equations.
From the information given in the question, we can set up two equations:
First, let's simplify Equation (2):
$8n = 4p + 40$Divide the entire equation by 4:
$2n = p + 10$Now, we can express $p$ in terms of $n$: $p = 2n - 10$
Substitute this expression for $p$ into Equation (1):
$2(2n - 10) + 5n = 187$Distribute the 2:
$4n - 20 + 5n = 187$Combine the terms with $n$: $9n - 20 = 187$
Add 20 to both sides to isolate the term with $n$: $9n = 187 + 20$ $9n = 207$
Solve for $n$ by dividing by 9:
$n = \frac{207}{9}$ $n = 23$So, the cost of one notebook ($n$) is ₹23.
Now substitute the value of $n$ back into the expression for $p$ (derived from Equation 2):
$p = 2n - 10$ $p = 2(23) - 10$ $p = 46 - 10$ $p = 36$The cost of one pen ($p$) is ₹36.
The question asks for the cost of 8 pens and 7 notebooks. We can calculate this using the costs we found:
Cost = (Number of pens $\times$ Cost per pen) + (Number of notebooks $\times$ Cost per notebook)
Cost = $8p + 7n$
Substitute the values $p=36$ and $n=23$:
$Cost = 8(36) + 7(23)$Calculate the cost of the pens:
$8 \times 36 = 288$Calculate the cost of the notebooks:
$7 \times 23 = 161$Add the two costs together:
$Cost = 288 + 161$ $Cost = 449$Therefore, the cost of 8 pens and 7 notebooks is ₹449.