Answer:
Pack of 6 apples for £1.65 is better because the price of 1 apple is less in this answer.
9514 1404 393
Answer:
B. Up 1 and 2 to the left
Step-by-step explanation:
The second graph (blue) is up 1 and 2 left of the first graph (red).
__
You can compare the given equations to the form ...
y = a(x -h)^2 +k
For the first graph, we have (h, k) = (6, -1).
For the second graph, we have (h, k) = (4, 0).
Then the amount added to the first to make the second is ..
(4, 0) -(6, -1) = (-2, 1) . . . . . . a translation 2 left and 1 up
// 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:6 11/40
Step-by-step explanation: You can change your units to decimals or to fractions of equal value. Decimals are easier for this so 8 7/8= 8.875 and 2 3/5 =2.6. Then subtract: 8.875-2.6= 6.275 You can now convert back to a fraction by simplifying the .275 into 11 by dividing by 25 and 1000 into 40 by dividing by 25. 6+11/40= 6 11/40 tea left
Add y to both sides in 1st equation
-2x=y
sub -2x for y in2nd equation
3x-(-2x)=10
3x+2x=10
5x=10
divide 5
x=2
sub back
-2x=y
-2(2)=y
-4=y
(x,y)
(2,-4)
C is ans