One pear weighs 6 oz, you have 11 pears you multiply 11 by 6 getting 66 oz divided by 16 equals 4.25 lbs. Because there are 16 oz in 1 pound.
answer: No
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.
Step-by-step explanation:
It is shifted down 2 units.
Answer:
6; 22; 20 (ft.)
Step-by-step explanation:
1) if the length of the each side are: n; 4n-2 and 4n-4, then the expression of the perimeter can be written: P=n+4n-2+4n-4 or P=9n-6.
2) if according to the condition perimeter is 48 (ft.), then
9n-6=P; ⇔ 9n-6=48; n=6.
3) if n=6, then the required lengths of the sides are:
n=6 (ft.);
4n-2=22 (ft.);
4n-4=20 (ft.)