Answer:
The first student is correct
Step-by-step explanation:
With the given information there is already 4 inches on the rectangle. 13 x2 = 26. 26+4=30. For student two if the unknown number was 10 it would not work because the longest side is 3 less then the unknown number. 10-3=7. 7x2=14. 14+4= 28<30
Step-by-step explanation:
1 10.38
2 16.77
3 11.499
4 11.486
5 0.0947
6 30.52875
7 525
8 32.57862069
9 16.5625
The slope of this line is m=0
// 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);
}
<span>Identify the known ratio and the unknown ratio.Set up the proportion.Cross-multiply and solve.Check answer by plugging result into unknown ratio. Look here for the formula: </span>http://prntscr.com/e0qtq3