Answer:
w=54
Step-by-step explanation:
Answer:
110 cm
Step-by-step explanation:
So if we know the diameter, which is 35 cm, we can use the formula π*d. So we would take the diameter and put it in the place of d. So it would be pie times 35. Which would result in us getting 109.96. And this rounded to the nearest tenth would be 110. So The circumference would be 110 cm.
7 times 7 times 7 times 7 times 7 times 7 times 7 times 7 times 7 times 7
// Input value is usernum.
// This code snippet sums 1 + 3 + 5 + ... + usernum
// The answer is stored in the variable summedvalue.
N = (int) (usernum+1)/2; // maximum number of integers to be summed
int *v = malloc(N*sizeof(int)); // allocate storage for array v
// Calculate the number of loop counts and assign array v..
count = 0;
k = 1;
while (1) {
if (k>usernum) { // do not extend v beyond usernum
break;
}
v(count) = k; // assign an odd integer to v, including usenum
count++;
k += 2; // k is an odd number
if k>usernum { // handle usernum as odd or even
k = usernum;
}
}
n = count; // the size of array v.
// Calculate the sum in a for loop
summedvalue = 0; // initialize summedvalue
for (i=0; i<=n; i++) {
summedvalue += v(i);
}
Answer:
1. Square, 10in x 8in, 160in^2
2. Each surface has an area of 80in^2
Step-by-step explanation:
1. Rectangle is the shape of each cut surface which is 10in by 8 in. Since the block was already painted with glitter, she needs to paint both sides of the cut surface only, 2*8in * 10in = 160in^2.
2. Each cut will have a surface area of 10in * 8in = 80in^2
Please leave a like if this is the answer you were looking for