Multiply 2/3 by 3/8:
(2*3/3*8 = 2/8 = 1/4)
Jennifer ate a quarter pound of berries.
Answer:
<h3>LARGEST COEFFICIENT = 7</h3><h3>SMALLEST COEFFICIENT=2</h3><h3>STANDARD FORM=7,0,0,0,3,2,0,0</h3><h3>COEFFICIENTS =7,3,2</h3>
Sum means add
the number is x
13 divided by a number is 13/x
the number divided by the number is x/13
so

also can be simplified to

or

translated it is

where x is the number
QUESTION:
The code for a lock consists of 5 digits (0-9). The last number cannot be 0 or 1. How many different codes are possible.
ANSWER:
Since in this particular scenario, the order of the numbers matter, we can use the Permutation Formula:–
- P(n,r) = n!/(n−r)! where n is the number of numbers in the set and r is the subset.
Since there are 10 digits to choose from, we can assume that n = 10.
Similarly, since there are 5 numbers that need to be chosen out of the ten, we can assume that r = 5.
Now, plug these values into the formula and solve:
= 10!(10−5)!
= 10!5!
= 10⋅9⋅8⋅7⋅6
= 30240.