Question 1169428
Find the number of radians in the central angle that subtends an arc of 6m on a
circle of diameter 5m.
<pre>This SIMPLE problem has a formula, which is: {{{matrix(1,3, theta, "=", s/r)}}}, where: {{{theta}}} is in radians
                                                              {{{s}}} is the length of the arc
                                                              {{{r}}} is the radius of the circle
{{{matrix(1,3, theta, "=", s/r)}}} then becomes: {{{highlight_green(matrix(1,11, theta, "=", 6/(5/2), "=====>", theta, "=", 6/2.5, "=====>", theta, "=", highlight(matrix(1,2, 2.4, radians)))))}}}