Answer:
a.0.8664
b. 0.23753
c. 0.15866
Step-by-step explanation:
The comptroller takes a random sample of 36 of the account balances and calculates the standard deviation to be N42.00. If the actual mean (1) of the account balances is N175.00, what is the probability that the sample mean would be between
a. N164.50 and N185.50?
b. greater than N180.00?
c. less than N168.00?
We solve the above question using z score formula
z = (x-μ)/σ/√n where
x is the raw score,
μ is the population mean = N175
σ is the population standard deviation = N42
n is random number of sample = 36
a. Between N164.50 and N185.50?
For x = N 164.50
z = 164.50 - 175/42 /√36
z = -1.5
Probability value from Z-Table:
P(x = 164.50) = 0.066807
For x = N185.50
z = 185.50 - 175/42 /√36
z =1.5
Probability value from Z-Table:
P(x=185.50) = 0.93319
Hence:
P(x = 185.50) - P(x =164.50)
= 0.93319 - 0.066807
= 0.866383
Approximately = 0.8664
b. greater than N180.00?
x > N 180
Hence:
z = 180 - 175/42 /√36
z = 5/42/6
z = 5/7
= 0.71429
Probability value from Z-Table:
P(x<180) = 0.76247
P(x>180) = 1 - P(x<180) = 0.23753
c. less than N168.00?
x < N168.
z = 168 - 175/42 /√36
z = -7/42/6
z = -7/7
z = -1
Probability value from Z-Table:
P(x<168) = 0.15866
Ok so first 2.4 will have to be changed to 24 which means we multiplied it by ten making it 24/10 since it is tan it is opposite side/ adjacent side so your one of your legs will be 24 and one will be 10. Now we just plug that into the Pythagorean Theorem to find the hypotenuse and we get 26. The area is 24b10/2=120 the area is 120.
Leg a= 24
Leg b= 10
Hypotenuse=26
Area=120
Ignore my awful handwriting but this is what it looks like labeled. I made each unit=2 just so it wouldn't be as large but I hope this helps you :)
Answer:
--1-- (of set 23456)
2 4
5 3
6
--2-- (of set 23456)
2 3
5 4
6
--3-- (of set 23456)
2 5
6 3
4
--4-- (of set 23456)
2 3
6 5
4
--5-- (of set 23456)
3 5
4 2
6
--6-- (of set 23456)
3 2
4 5
6
--7-- (of set 23456)
3 6
5 2
4
--8-- (of set 23456)
3 2
5 6
4
--9-- (of set 23456)
3 5
6 4
2
--10-- (of set 23456)
3 4
6 5
2
--11-- (of set 23456)
4 5
3 2
6
--12-- (of set 23456)
4 2
3 5
6
--13-- (of set 23456)
4 6
5 3
2
--14-- (of set 23456)
4 3
5 6
2
--15-- (of set 23456)
5 4
2 3
6
--16-- (of set 23456)
5 3
2 4
6
--17-- (of set 23456)
5 6
3 2
4
--18-- (of set 23456)
5 2
3 6
4
--19-- (of set 23456)
5 6
4 3
2
--20-- (of set 23456)
5 3
4 6
2
--21-- (of set 23456)
6 5
2 3
4
--22-- (of set 23456)
6 3
2 5
4
--23-- (of set 23456)
6 5
3 4
2
--24-- (of set 23456)
6 4
3 5
2
--1-- (of set 34567)
3 5
6 4
7
--2-- (of set 34567)
3 4
6 5
7
--3-- (of set 34567)
3 6
7 4
5
--4-- (of set 34567)
3 4
7 6
5
--5-- (of set 34567)
4 6
5 3
7
--6-- (of set 34567)
4 3
5 6
7
--7-- (of set 34567)
4 7
6 3
5
--8-- (of set 34567)
4 3
6 7
5
--9-- (of set 34567)
4 6
7 5
3
--10-- (of set 34567)
4 5
7 6
3
--11-- (of set 34567)
5 6
4 3
7
--12-- (of set 34567)
5 3
4 6
7
--13-- (of set 34567)
5 7
6 4
3
--14-- (of set 34567)
5 4
6 7
3
--15-- (of set 34567)
6 5
3 4
7
--16-- (of set 34567)
6 4
3 5
7
--17-- (of set 34567)
6 7
4 3
5
--18-- (of set 34567)
6 3
4 7
5
--19-- (of set 34567)
6 7
5 4
3
--20-- (of set 34567)
6 4
5 7
3
--21-- (of set 34567)
7 6
3 4
5
--22-- (of set 34567)
7 4
3 6
5
--23-- (of set 34567)
7 6
4 5
3
--24-- (of set 34567)
7 5
4 6
3
Step-by-step explanation:
This javascript code is extremely brute-force, but it does the job:
function checkIfInSet(i, set) {
return i.toString().split('').sort().join('') === set;
}
function checkIfMagic(s) {
return (parseInt(s[0]) + parseInt(s[1]) == parseInt(s[3]) + parseInt(s[4]))
}
function printMagic(s) {
console.log(`${s[0]} ${s[4]}`);
console.log(` ${s[1]} ${s[3]}`);
console.log(` ${s[2]}\n`);
}
function checkSet(set) {
let counter = 1;
for(let i=1; i<99999; i++) {
if (checkIfInSet(i, set) && checkIfMagic(i.toString())) {
console.log(`--${counter++}-- (of set ${set})`);
printMagic(i.toString());
}
}
}
checkSet('23456');
checkSet('34567');
Answer:
35• 43 m square is correct answer