Perimeter of a rectangle = 2L + 2W
Perimeter = 39
W = 8.5
we plug those into the perimeter equation and get
2L + 2(8.5) = 39
simplify
2L + 17 = 39
subtract 17 from both sides
2L = 22
divide both sides by 2
L = 11
therefore the length of the sheet of paper is 11 in.
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
start by plugging in the value you already have, in this case, 5 for y.
-4x-3(5)=17
-4x-15=17
-4x=32
x=-8
however, since a is a+1, a would be 7 (making x 8)
also plz tell me if i read this wrong and it’s actually 1,5 rather than a+1 and 5 cause if i did i’m so sorry lol.
Answer:
23 17 31
Step-by-step explanation:
igotitright
Answer:
0.9958
Step-by-step explanation:
P(being correct) = 1/4 = 0.25
Hence, p = 0.25
n = 19
P(x ≥ 1) = p(x = 1) + p(x = 2) +... + p(x = 19)
Using the binomial probability formula :
P(x =x) = nCx * p^x * (1 - p)^(n - x)
However, to save computation time, we could use a calculator :
Using a calculator,
P(x ≥ 1) = 0.99577
P(x ≥ 1) = 0.9958