Nothing
a <- sample(31:59, 1) b <- sample(11:(a-10), 1) sol <- 2 * b
By how much is the sum of the numbers r a
and r b
greater than
the difference between these numbers?
The result of the calculation is
(r a
+ r b
) - (r a
- r b
) = r a + b
- r a - b
= r sol
.
exname: sum minus difference
extype: num
exsolution: r sol
extol: 0
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.