Answer:
t = 2 half-lives = 2*60 days = 120 days
hope this helps
Step-by-step explanation:
Sandy threw a ball 86 inches. She
picked it up and threw it another 12
inches. Then she threw it another 10
inches. How many feet in total, did
Sandy throw the ball?
Due tomorrow
The selling price for houses in a neighborhood in West Richland, WA have an approximately normal distribution with a mean selling price of $275,000 and a standard deviation of $10,500. If 35 homes sell in this neighborhood, what is the probability that the average selling price of the 35 homes will be within $2000 of the true mean (that is, what is the probability the sample mean will be between $273,000 and $277,000)
The probability that the average selling price of the 35 homes will be within $2000 of the true mean is 0.5753
First, we need to find the z-score and this is expressed according to the formula;
[tex]z=\dfrac{x-\mu}{\sigma}[/tex]
x is the sample space
[tex]\mu[/tex] is the mean value
[tex]\sigma[/tex] is the standard deviation
Given the following parameters
Mean = $275,000
Standard deviation = $10,500
If the true mean is $273,000, then;
[tex]z=\dfrac{273,000-275000}{10,500} \\z = \frac{-2000}{10500}\\z= -0.1905[/tex]
If the true mean is $277,000
[tex]z=\dfrac{277,000-275000}{10,500} \\z = \frac{2000}{10500}\\z= 0.1905[/tex]
This means that the z-score is between -0.1095 and 0.1095
Pr( -0.1095 ≤ z ≤ 0.1095)
According to the z table, the probability that the average selling price of the 35 homes will be within $2000 of the true mean is 0.5753
Learn more here: https://brainly.com/question/17436641
Pls help me if i got to fimd the quotient and it is due pls help if I got any of them wrong ple put it in the answer NO LINK YA SCAMMERS I don't even have anything for yall to steal from me
Answer:
4.75 divided by 5 =0.95
Step-by-step explanation:
What is the decimal multiplier to decrease by
15%?
Answer:
0.85
Step-by-step explanation:
Answer:
first calculate the percenatge of the ammount and then either add this answer on to increase the qauntity
A partnership begins its first year with the following capital balances:
Alexander, Capital . . . . . . . . . . . . . . . . . . . . . . . . $ 90,000
Bertrand, Capital . . . . . . . . . . . . . . . . . . . . . . . . . 100,000
Coloma, Capital . . . . . . . . . . . . . . . . . . . . . . . . . . 160,000
The articles of partnership stipulate that profits and losses be assigned in the following manner:
∙ Each partner is allocated an interest equal to 5 percent of the beginning capital balance.
∙ Bertrand is allocated compensation of $45,000 per year.
∙ Any remaining profits and losses are allocated on a 3:3:4 basis, respectively.
∙ Each partner is allowed to withdraw up to $25,000 cash per year.
Assuming that the net income is $115,000 and that each partner withdraws the maximum amount
allowed, what is the balance in Coloma’s capital account at the end of the year?
a. $143,000
b. $135,000
c. $168,000
d. $164,000
Based on the information given the balance in Coloma’s capital account at the end of the year is: d. $164,000.
First step is to calculate the interest on capital for each partner
Alexander=$90,000×5%=$4,500
Bertrand=$100,000×5%=$5,000
Coloma=$160,000×5%=$8,000
Second step is to calculate Coloma capital and drawing
Coloma capital =$160,000 + (5% x $160,000)
Coloma capital=$160,000+ $8,000
Coloma capital=$168,000
Coloma drawing=$168,000-$25,000
Coloma drawing=$143,000
Third step is to calculate Coloma share of profit
Share of profit=$115,000-$45,000-$4,500-$5,000-$8,000
Share of profit=$52,500
Coloma profit=4/(3+3+4)×$52,500
Coloma profit=4/10×$52,500
Coloma profit=4/(3+3+4)×$52,500
Coloma profit=$21,000
Fourth step is to calculate balance in Coloma’s capital account
Coloma’s capital account balance=$143,000+$21,000
Coloma’s capital account balance=$164,000
Inconclusion the balance in Coloma’s capital account at the end of the year is: d. $164,000.
Learn more here:https://brainly.com/question/21270829
simplify 2/3x-4/9y+x+y
Here is ur perfect answer
A triangle has side lengths of (9d+ 4) centimeters, (9d + 2) centimeters, and (3f - 2) centimeters. Which expression represents the perimeter, in centimeters, of the triangle?
Perimeter is the sum of the 3 sides.
Add the 3 sides together by combining like terms.
9d +4 + 9d+2 + 3f -2
9d+9d = 18d
4 + 2-2 = 4
Combining like terms you get:
18d +3f +4
The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero. procedure gcd(a, b) if a > b then gcd(a, b) := gcd(b, a) else if a = 0 then gcd(a, b) := b else if a = 1 then gcd(a, b) := 1 else if a and b are even then gcd(a, b) := 2gcd(a/2, b/2) else if a is odd and b is even then gcd(a, b) := gcd(a, b/2) else gcd(a, b) := gcd(a, b − a) Use this algorithm to compute (a) gcd(124, 244) (b) gcd(4424, 2111).
Coding the given algorithm in python 3, the greatest common divisor of the values (124 and 244) and (4424 and 2111) are 4 and 1 respectively.
The program implementation goes thus :
def gcd(a, b):
#initialize a function named gcd which takes in two parameters
if a>b:
#checks if a is greater than b
return gcd (b, a)
#if true interchange the Parameters and Recall the function
elif a == 0:
return b
elif a == 1:
return 1
elif((a%2 == 0)and(b%2==0)):
#even numbers leave no remainder when divided by 2, checks if a and b are even
return 2 * gcd(a/2, b/2)
elif((a%2 !=0) and (b%2==0)):
#checks if a is odd and B is even
return gcd(a, b/2)
else :
return gcd(a, b-a)
A sample run if the program on the values given :
print(gcd(124, 244))
print()
#leaves a space after the first output
print(gcd(4424, 2111))
Learn more :brainly.com/question/25506437
Can anyone help me answer this
Answer:
(-4;5)
Step-by-step explanation:
Replace x and y by each of the possible solution until the equation is true. here it is true for (-4 ; 5), because:
3 * (-4) - 2 * 5 = -12 - 10 = -22
(PHOTO) Please help need this done by tomorrow thank you.
Solve for x. k 2x + 4 4x - 88 x = [?]
Answer:
2x + 4 = 4x - 88
x = 46
Answer:
x = 46
Step-by-step explanation:
These angles are known as corresponding angles. This means they are equal to one another.
[tex]4x-88=2x+4\\2x-88=4\\2x=92\\x=46[/tex]
In the board game Clue, the object of the game is to determine the which character is the murderer, which weapon was used and in which room the murder took place (e.g., “Colonel Mustard with the Candlestick in the Library”). There are 6 different characters, 6 weapons, and 9 rooms. How many different outcomes are possible?
Answer: 324 different outcomes
Step-by-step explanation: Multiply all of the possibilities together to get the total amount of outcomes. 6 * 6 * 9 = 324
Would appreciate a brainly <3
Harper was out at a restaurant for dinner when the bill came. She wanted to leave a tip of 16%. What number should she multiply the cost of the meal by to find the total plus tip in one step?
Answer:
Harper would take the Total Bill after tax and mutiply it by 0.16.
The formula for this would be
Total Bill = x
Tip = 16% -> 16/100 = 0.16
So
0.16x
In a group of 34 students, 12 study both Art and Biology.
14 study Biology but not Art.
5 study neither subject.
Given that a randomly selected student studies Art, what is the probability the student studies Art and Biology?
Answer:
3
Step-by-step explanation:
12+14+5=31
so therefor 34-31=3
I'm not too sure but, wouldn't you just do the following
12 + 14 + 5 = 31
which would mean 15 students do art??
Ano po tawag dito pinapalipad po to lalagay nyo po yung shape fan blade sa stick tapos po lilipad.
Wag nyo po sagutin kung di po alam.
Mga tutors pasagot po di ko po kau mapili dahil Wala po pambayad
Answer:
Flower stick hahhhahaHaha
is 6y +2 - y + 3 and 3 - y + 2 + 6y the same
Answer:
Step-by-step explanation:
Yes.
All you have done is changed the order. They are exactly the same.
You can sort of verify this by using
-4 + 6 - 8 + 2 = - 4
2 + 6 - 4 - 8 =
8 - 12 = - 4
Denise drew 8 stars with crayons. Then she drew 6 more stars. Trina drew 5 stars . How many fewer stars did trina draw then Denise?
Answer:
9
Step-by-step explanation:
Denise's stars altogether:8+6=14
Trina's stars:5
Answer:14-5=9
she drew 9 fewer stars
Sarah had a party and ordered pizzas for everyone to share. If she bought 5 pizzas for $62.50, how much did each pizza cost? 12.50,312.50,13.50,15.62
Answer:
12.50
Step-by-step explanation:
12.50
Help pls I have no clue what this is
Answer:
b = 76°
Step-by-step explanation:
Angle JIK is the smaller acute angle in one of four congruent right triangles. Angle GHK is the larger acute angle in those triangles, marked as 60°. The sum of the acute angles in a right triangle is 90°, so you have ...
60° +(b-46)° = 90°
14° +b = 90° . . . . . . . simplify
b = 76° . . . . . . . subtract 14°
I need help!!! Answer asap plz
A number cube will be rolled 100 times as part of an experiment. Which calculation would you use to predict the number of times a 4 will be rolled?
A. (36)(1/4)
B. (100)(1/4)
C. (100)(1/6)
D. (36)(1/4)
No links please
-4x^2+64x+256=0 completing the square
[tex]-4x^2 +64x +256 =0\\\\\implies x^2 -16x -64 =0\\\\\implies x^2 - 2 \cdot 8 \cdot x + 8^2 -8^2 -64=0\\\\\implies (x-8)^2 -128 =0\\\\\implies (x-8)^2 = 128\\\\\implies x-8 = \pm\sqrt{128} = \pm \sqrt{64 \times 2} = \pm 8\sqrt 2\\\\\implies x = 8 \pm 8\sqrt2\\\\\text{Hence,}~ x = 8+ 8\sqrt 2~\text{or}~ x = 8 - 8\sqrt 2[/tex]
a stand at the farmer's market sells different types of apples as shown in
the table. Which type of apple costs the least per pound?
Answer:
C
Step-by-step explanation:
How many palindromes between 1000 and 9999 inclusive are divisible by 9?
Palindromes are numbers that remain the same, when reversed.
There are 10 palindromes divisible by 9 between 1000 and 9999
To do this, we list the numbers divisible by 9 between 10 and 99.
The numbers are:
[tex]\mathbf{A = 09,\ 18,\ 27,\ 36,\ 45.\ 54,\ 63,\ 72,\ 81,\ 90,\ 99}[/tex]
Flip these numbers
[tex]\mathbf{B =90,\ 81,\ 72,\ 63,\ 54.\ 45,\ 36,\ 27,\ 18,\ 09,\ 99}[/tex]
Combine corresponding numbers
[tex]\mathbf{AB =0990,\ 1881,\ 2772,\ 3663,\ 4554,\5445,\ 6336,\ 7227,\ 8118,\ 9009,\ 9999}[/tex]
Rewrite as:
[tex]\mathbf{AB =990,\ 1881,\ 2772,\ 3663,\ 4554,\5445,\ 6336,\ 7227,\ 8118,\ 9009,\ 9999}[/tex]
990 is less than 1000.
So, we have:
[tex]\mathbf{AB =1881,\ 2772,\ 3663,\ 4554,\5445,\ 6336,\ 7227,\ 8118,\ 9009,\ 9999}[/tex]
Count the numbers
[tex]\mathbf{n(AB) =10}[/tex]
Hence, there are 10 palindromes divisible by 9 between 1000 and 9999
Read more about palindromes at:
https://brainly.com/question/14076732
what as 9 squared? i need this
I need to know what is in the process box, it goes with the formula y=mx+b
Answer:
y= 8.5x - 10
Step-by-step explanation:
I think it is substracting because it's how much remains, if its wrong it could either be 10x - 8.5 or 8.5x + 10
Make g the subject of the formula r = 4g +7
Answer:
4 better explanation inbox
Step-by-step explanation:
Order from least to greatest -0.4, -1/5, and -0.65
Soraya earned $40 in October. She earned $50 in
November.
What is the percent increase or decrease in Soraya's monthly earnings?
A. 15% decrease
B. 30% increase
C. 25% increase
D. 20% decrease
25% increase.
Explanation: 25% of $40 is $10. You add $10 to $40 you get $50.
A carpentry class wants to make $260$260 to donate to charity. They decide to sell birdhouses for $16$16 each. After selling some birdhouses, they still need to raise $100$100. How many birdhouses did they sell?
Answer:
6 but technically with a decimal it's 6.25
Step-by-step explanation:
Please help asap..
20 POINTS
THX
Answer:
B
Step-by-step explanation:
we know that the inverse function undoes the original function, there fore we get the answer as the second choice
Answer:
A is correct
Good Luck!!
Thirty students were sent home for a week with a video game to play. Some were sent home with video game A, others with game B. The number of hours they spent playing the game is recorded below. Which game has a higher median number of hours, and how much higher is it than the median number of hours for the other game
Answer:
U never showed the thing below.
Step-by-step explanation: