Question 1153244

suppose q loaves of bread cost c rand. indicate an expression for the cost in rand of 3 loaves for bread
<pre>Cost of 1 loaf: {{{c/q}}}
Cost of 3 loaves: {{{highlight_green(matrix(1,3, 3 * (c/q), "or", 3c/q))}}}