Lola's dad gives each of his 5 children an equal part of $340 to buy gifts. Lola
adds $28 to her portion. She finds classic DVDs for $8 each. How many DVDs
can Lola buy? Explain how you solve. Use one or more equations and bar
diagrams in your explanation. Tell what your variables represent.

Answers

Answer 1

Answer:

Lola can buy 12 DVD's,

Step-by-step explanation:

Lola's dad gives each of his 5 children an equal part of $340, which means that each child receives $340 / 5 = $68. Lola adds $28 to her portion, so she has a total of $68 + $28 = $96 to spend on gifts.

Lola finds classic DVDs for $8 each, and she has $96 to spend, so she can buy a total of $96 / $8 = 12 DVDs. Therefore, Lola can buy 12 classic DVDs with the money she received from her dad and the additional money she added.

I did some stuff I hope you get the bar graph or a diagram of sorts

Answer 2

The number of DVDs Lola can buy if, Lola's dad gives each of his 5 children an equal part of $340 to buy gifts, is 12.

What is division?

One of the fundamental mathematical operations is division, which involves breaking a bigger number into smaller groups with the same number of components.

Given:

Lola's dad gives each of his 5 children an equal part of $340 to buy gifts,

Lola adds $28 to her portion. She finds classic DVDs for $8 each,

Calculate the money each child gets as shown below,

The money each child gets = Total money/number of children

The money each child gets = 340 / 5

The money each child gets = 68

The total money Lola has after adding extra money,

The total money Lola has = 68 + 28

The total money Lola has = 96

Calculate the number of DVDs as shown below,

The number of DVDs = total money/price of each DVDs

The number of DVDs = 96 / 8

The number of DVDs = 12

Thus, the number of DVDs Lola can buy is 12.

To know more about division:

https://brainly.com/question/27566440

#SPJ2


Related Questions

Tom decides to pick up some pizzas and drinks for his family. He notices that the pizza costs the same as 7 drinks. The 2 pizzas and 8 drinks cost $33. What is the price of each item?

Answers

Answer:

Drinks = $1.5

Pizza = $10.50

Step-by-step explanation:

let d = drinks

p = pizza

p = 7d  equation 1

2p + 8d = 33 equation 2

from equation 1, we know the price of one pizza, the price of two pizzas can be determined by multiplying by 2

2p = 7d x 2 = 14d  eqn 3

Substitute for 2p in equation 2  

14d + 8d = 33

22d = 33

Divide both sides of the equation by 22

d = $1.5

Substitute for d in equation 1

p = 1.5 x 7 = $10.5

To control an infection, a doctor recommends that a patient who weighs 92 pounds be given 320 milligrams of antibiotic. If the antibiotic is given proportionally according to the patient's weight, how much antibiotic should be given to a patient who weighs 138 pounds? 400 milligrams 480 milligrams 550 milligrams 600 milligrams

Answers

Answer: 480 milligrams

Step-by-step explanation:

We can solve this by using direct proportion whereby y = kx

where,

x = patient's weight = 92 pounds

k = constant

y = milligrams of antibiotics = 320

Using y = kx

320 = 92k

k = 320/92

k = 3.4782609

The antibiotic that should be given to a patient who weighs 138 pounds will be:

y = kx

y = 3.4782609 × 138

y = 480 milligrams

The antibiotic that should be given to a patient who weighs 138 pounds is 480 milligrams.

Anwser: B - 480 milligrams

Why:

Because I just took the test on Edgen.uity

find the mean proportion between 1/2 nd 1/8

Answers

Answer:

It is C or 1/4

Sorry if wrong

A witness at the scene of a hit-and-run accident saw that the car that caused the accident had a license plate with only the letters I, R, L, T, O, and A. Find the probability that the license plate starts with a T and ends with an R.

Answers

The probability that the license plate starts with a T and ends with an R is 0.0278.

What is the probability?

The letters I, R, L, T, O, and A are six letters.

The total number of possible license plates is 6⁶ = 46656.

The number of license plates that start with a T and end with an R is determined as follows;

The first and last positions are fixed, so we have 1 choice for the first position (T) and 1 choice for the last position (R).For the remaining 4 positions, we have 6 choices each.

Thus, the number of license plates that start with a T and end with an R is 1 * 6⁴ = 1296.

Probability = Number of favorable outcomes / Total number of possible outcomes

Probability = 1296 / 46656

Probability ≈ 0.0278

Learn more about probability at: https://brainly.com/question/24756209

#SPJ1

In 2013 the median monthly rent for a one-bedroom apartment in San Francisco was $2,750. The equation below models the median monthly cost, C. in dollars, for a one-bedroom apartment over the next t years (assuming 2013 to be t = 0). C = 250t + 2.750 James moved to San Francisco in 2015 and paid the median price to rent a one-bedroom apartment. How much less would James have paid each month in rent if he had moved to San Francisco in 2014 and rented a one-bedroom apartment for the median price?

Answers

The equation models the median monthly cost for the rent of a one bedroom apartment in San Fransisco.

\(C=250t+2750\)

If the year 2013 can be counted as t=0

Then the next year 2014 will be t=1

And the next year, 2015, will be t=2

To determine how much less would James pay if he moved in 2014 instead of 2015, you have to calculate the median cost for both yeanrs and calculate their difference.

Median cost for 2015 (t=2)

\(C=250\cdot2+2750=3250\)

Median cost for 2014 (t=1)

\(C=250\cdot1+2750=3000\)

Subtract the median cost of 2014 to the median cost of 2015:

\(C_{2015}-C_{2014}=3250-3000=250\)

He woul have paid $250 less if he rented the place in 2014.

when is stochastic gradient descent preferred over deterministic gradient descent

Answers

Stochastic Gradient Descent is that it does the calculations faster than gradient descent and batch gradient descent that is where stochastic gradient descent preferred over deterministic gradient descent.

One of the most widely used techniques for selecting the model that best fits the training data is gradient descent. Typically, that model is the one that minimizes the loss function, such as in a linear regression by minimizing the Residual Sum of Squares. Stochastic Gradient Descent is a variation on gradient descent that is stochastic, or probabilistic. It performs significantly better in large datasets and fixes Gradient Descent's flaws. It is therefore frequently employed as the optimization algorithm in extensive, online machine learning techniques like Deep Learning. SGD is a method of generalization outside of the training set and is an extension of the gradient descent algorithm.

Know more about "Stochastic Gradient Descent" visit

brainly.com/question/29408967

#SPJ4

John received a z score of 0.5 on an exam. Peter received a T score of 60 on that same exam. What can be said about their relative performance on the exam?
a. There is not enough information to compare John's and Peter's exam scores.
b. Peter received a higher raw score than John on the exam.
c. John received a higher raw score than Peter on the exam.
d. The two test-takers actually received the same score on the exam.

Answers

The answer is (a) There is not enough information to compare John's and Peter's exam scores.

A z score and a T score are both measures of how a particular score compares to the mean in a distribution, but they are calculated using different formulas. A z score measures the number of standard deviations a score is from the mean, while a T score is a linear transformation of the raw score that is adjusted to have a mean of 50 and a standard deviation of 10.

Without additional information about the specific distribution of scores, the mean, and the standard deviation, we cannot determine the raw scores of John and Peter or compare their relative performance on the exam. The z score of 0.5 for John indicates that his score is half a standard deviation above the mean, but we don't know the actual raw score. Similarly, the T score of 60 for Peter indicates that his score is above the mean, but we don't have enough information to determine the raw score or make a direct comparison between the two.

Learn more about standard deviation here:

https://brainly.com/question/29115611

#SPJ11

To estimate the average amount of time it takes a professional football player to run a mile, a sample of 20 players yielded an average time of 6.32 minutes.
What is the statistic?
(A)The average amount of time it takes a professional football player to run a mile.
(B)The amount of time it takes a specific professional football player to run a mile.
(C)The times recorded for each of the 20 professional football players to run a mile.
(D)The average time it takes 20 professional football players to run a mile.

Answers

Statistic: average time 20 players, 6.32.

How was the statistic calculated?

(D) The statistic is the average time it takes 20 professional football players to run a mile, which is 6.32 minutes in this case. The statistic was calculated by taking a sample of 20 professional football players and recording the amount of time it took each player to run a mile.

The recorded times were then summed and divided by the total number of players in the sample, which is 20. The resulting value is the average time it takes 20 professional football players to run a mile, also known as the statistic. In this case, the calculated statistic is 6.32 minutes.

It is important to note that the statistic only represents the sample of 20 players and not the entire population of professional football players. Therefore, the estimated average time it takes for all professional football players to run a mile may be different than the calculated statistic.

Learn more about statistic

brainly.com/question/29093686

#SPJ11

what is $20.00 take away $4.60

Answers

$20.00 take away $4.60 is equal to $15.40.


How many circles are drawn?

Answers

we can draw in finite number circle from one point. so there are n number of possibility to draw circle from on given single point.

 

what is circle?

Every point in the plane that is a certain distance away from a certain point forms a circle (center). It is, thus, a curve formed by points moving in the plane at a fixed distance from a point. A circle is a closed two-dimensional object where every pair of points in the plane are equally spaced out from the "center." A line that goes through the circle creates a specular symmetry line. At every angle, it is also rotationally symmetric about the center.

Area of circle =  

\(\pi r^2\\r = 10\\A = 3.14 X 20 X 20\\A = 628unit sq\\\)

To know more about circle visit:
https://brainly.com/question/29142813

#SPJ4

i forgot how to do some maths so i need help: solve 2x + 3 = -1

Answers

2x + 3 = -1
-3 = -3

2x = -4
— —
2 2

x = -2

Hope this makes sense and helps :)

Hi student, let me help you out! :)

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

We are asked to solve the equation \(\pmb{2x+3=-1}\).

\(\triangle~\fbox{\bf{KEY:}}\)

The goal is to isolate x.

First, subtract 3 from both sides of the equal sign:

\(\mathrm{2x=-1-3}\)

\(\mathrm{2x=-4}\)

Now, divide both sides by 2:

\(\mathrm{x=-2}\)

Hope it helps you out! :D

Ask in comments if any queries arise.

#StudyWithBrainly

~Just a smiley person helping fellow students :)

Ruth contributes 15% of the total cost of her individual health care. This is a $ 60.00 deduction from each of her biweekly paychecks. What is the total value of her individual coverage for the year? a) How much does Ruth contribute every payday? b) How many pay periods are there in a year? C) Write an equation to show her total salary for the year . d)What is the total value of her individual coverage for the year? e) How many % is the company's contribution to her health care?Show your work f) How much is the company's contribution to her health care? Show all work.

Answers

Answer:

A.) $10,400

Contribution every payday = $60

Pay periods in a year = 26

Step-by-step explanation:

Assume her salary, that is total cost = y

Percentage deduction 15% of total cost

biweekly paychecks = $60

Therefore, 15% of y = $60

(15/100)y = 60

15y = 6000

y = 400

Total value of contribution:

$400 × number of biweeks in a year

If number of weeks in a year = 52

No of bi-weeks = 52/2 = 26

$400 × 26 = $10400

Answer:

the correct answer is $9,750.00

got it right

Step-by-step explanation:

The gallons of gas varies directly to number hours driving a car. Dylan drove 3 hours on 15 gallons of gas. If he drove for 35 hours, how many gallons of gas is that?​

Answers

Answer:

I am unable to solve this problem Sorry

Step-by-step explanation:

Answer:

About 30

Step-by-step explanation:

I Multiply 3 to 35 then subtracted 15

what's half of fifteen?

Answers

Answer:

7.5 -----------------

Answer:

The answer is: 7.5 is half of 15

yesterday, Linda traveled 128 miles to visit her uncle. Her car used for gallons of gasoline. If Linda's car uses gasoline at the same rate, how many gallons of gasoline will her car used today when she travels 432 miles?

Answers

Answer:

Linda car will use 13.5 gallons

Step-by-step explanation:

A movie theater offers a reward program that charges a yearly membership fee and a discounted rate per movie ticket. The total cost for a reward program member to see 5 movies is $40 and the total cost for 12 movies is $75. Assume the relationship is linear. Write the equation of the function in the form y=mx+b , where x represents the number of movies and y represents the total cost.

Hint: Treat this information like ordered pairs. (5, 40) and (12, 75)

Answers

Answer:

\(y=5x+15\)

Step-by-step explanation:

Since this situation is a linear relationship between the number of movies and the total cost, we need to determine the slope of the line given our two ordered pairs \((x_1,y_1)\rightarrow(5,40)\) and \((x_2,y_2)\rightarrow(12,75)\):

\(m=\frac{y_2-y_1}{x_2-x_1}\\ \\m=\frac{75-40}{12-5}\\ \\m=\frac{35}{7}\\ \\m=5\)

Thus, our equation so far is \(y=5x+b\). Next, we need to find our y-intercept, \(b\), which represents our flat fee. We do so by using one of our original given ordered pairs:

\(y=5x+b\\\\40=5(5)+b\\\\40=25+b\\\\15=b\)

Therefore, our final equation for the function is \(y=5x+15\)

hii please help asap ill give brainliest thanks

hii please help asap ill give brainliest thanks

Answers

I’m pretty sure the answer is yoga

Given f(x)= 3x+1 solve for f(4)

Answers

Answer:

f(4) = 13

Step-by-step explanation:

find the length of x

find the length of x

Answers

Answer:

B

Step-by-step explanation:

Law of Sines:

Sin(a)/opposite side=Sin(b)/opposite

Sin(55)/x=sin(90)/59

Sin(55)/(Sin(90)/59)

sin(90)=1

Sin(55)/(1/59)

59Sin(55)=48.33

Please mark brainliest :)

CC has the following beginning balances in its stockholders' equity accounts on January 1, 2012: Common Stock, $100,000; Additional Paid-in Capital, $4,100,000; and Retained Earnings, $3,000,000. Net income for the year ended December 31, 2012, is $800,000. Court Casuals has the following transactions affecting stockholders' equity in 2012:
May 18 Issues 25,000 additional shares of $1 par value common stock for $40 per share.
May 31 Repurchases 5,000 shares of treasury stock for $45 per share.
July 1 Declares a cash dividend of $1 per share to all stockholders of record on July 15. Hint: Dividends are not paid on treasury stock.
July 31 Pays the cash dividend declared on July 1.
August 10 Reissues 2,500 shares of treasury stock purchased on May 31 for $48 per share.
Taking into consideration all the entries described above, prepare the statement of stockholders' equity for the year ended December 31, 2012.

Answers

Total stockholders’ equity 7,800,000

Statement of stockholders’ equity for CC for the year ended December 31, 2012:Particulars Amount ($)
Common Stock 100,000


Additional Paid-in Capital 4,100,000
Retained Earnings (Opening Balance) 3,000,000
Add: Net Income for the year ended December 31, 2012 800,000
Total retained earnings 3,800,000


Less: Cash Dividend Declared on July 1 and paid on July 31 (200,000)
Retained earnings (Closing balance) 3,600,000
Total stockholders’ equity 7,800,000

Explanation:The given information is as follows:Common Stock on January 1, 2012 = $100,000Additional Paid-in Capital on January 1, 2012 = $4,100,000

Retained Earnings on January 1, 2012 = $3,000,000Net Income for the year ended December 31, 2012 = $800,000Cash Dividend Declared on July 1 and paid on July 31 = $200,000

To prepare the statement of stockholders’ equity for the year ended December 31, 2012, we will begin by preparing the opening balances of each of the equity accounts. We will then add the net income to the retained earnings account.

The closing balance for retained earnings is then computed by subtracting the cash dividend declared and paid from the total retained earnings. Finally, the total stockholders' equity is calculated by adding the balances of all the equity accounts.

Calculations:Opening balance of common stock = $100,000

Opening balance of additional paid-in capital = $4,100,000

Opening balance of retained earnings = $3,000,000

Net Income for the year ended December 31, 2012 = $800,000

Retained earnings (Opening Balance) = $3,000,000

Add: Net Income for the year ended December 31, 2012 = $800,000

Total retained earnings = $3,800,000Less: Cash Dividend Declared on July 1 and paid on July 31 = $200,000Retained earnings (Closing balance) = $3,600,000

Total stockholders’ equity = Common Stock + Additional Paid-in Capital + Retained Earnings (Closing balance) = $100,000 + $4,100,000 + $3,600,000 = $7,800,000

Therefore, the statement of stockholders’ equity for CC for the year ended December 31, 2012, is as follows:Particulars Amount ($)
Common Stock 100,000
Additional Paid-in Capital 4,100,000

Retained Earnings (Opening Balance) 3,000,000
Add: Net Income for the year ended December 31, 2012 800,000
Total retained earnings 3,800,000


Less: Cash Dividend Declared on July 1 and paid on July 31 (200,000)
Retained earnings (Closing balance) 3,600,000
To learn more about : equity

https://brainly.com/question/27821130

#SPJ8

Joshua found out that there is a$25 nonrefundable equipment fee in addition to the hourly rates. How does this requirement change the mathematics of the situation?

Answers

Answer:

Y=hx+25

Step-by-step explanation:

y=total price paid

h=hourly rate

x=number of hours

25=inital fee

The price of a CD radio cassette has been reduced from $16,999 to $13,999 . Calculate the rate of discount ​

Answers

The rate of discount for the CD radio cassette is 17.65%.

To calculate the rate of discount, we need to find the difference between the original price and the discounted price, and then divide that difference by the original price.

Original price: $16,999

Discounted price: $13,999

So, the Discount amount

= Original price - Discounted price

= $16,999 - $13,999

= $3,000

Rate of discount = (Discount amount / Original price) * 100%

= ($3,000 / $16,999) x 100%

≈ 17.65%

Therefore, the rate of discount for the CD radio cassette is 17.65%.

Learn more about Discount Rate here:

https://brainly.com/question/13660799

#SPJ1

I NEED HELP ASAP!!!!!!!!!!!

I NEED HELP ASAP!!!!!!!!!!!

Answers

A statement is word so the sentences will be the words (I think)

Julianne is using a biking app that compares his position to a simulated bike or traveling Julianne’s target speed. When Julianne is behind the simulated biker he has a negative position. I took a screenshot of the problem I am having difficulty with.

Julianne is using a biking app that compares his position to a simulated bike or traveling Juliannes

Answers

Given

\(\begin{gathered} Speed=20\frac{km}{h} \\ Time\text{ }taken=15\text{ }minutes \\ Initial\text{ }distance=2\frac{1}{4}km \end{gathered}\)

To find:

The average speed of Julian.

Explanation:

It is given that,

\(\begin{gathered} Speed=20\frac{km}{h} \\ Time\text{ }taken=15\text{ }minutes \\ Initial\text{ }distance=2\frac{1}{4}km \end{gathered}\)

That implies,

\(\begin{gathered} Distance\text{ }traveled=Speed\times Time \\ =20\frac{km}{h}\times15minutes \\ =20\frac{km}{h}\times15(\frac{1}{60})h \\ =20\frac{km}{h}\times\frac{1}{4}h \\ =5km \end{gathered}\)

Therefore,

\(\begin{gathered} Average\text{ }speed=\frac{Final\text{ }distance-Initial\text{ }distance}{Time\text{ }taken} \\ =\frac{(5-2\frac{1}{4})km}{\frac{1}{4}h} \\ =\frac{5-\frac{9}{4}}{\frac{1}{4}}\frac{km}{h} \\ =\frac{\frac{20-9}{4}}{\frac{1}{4}}\frac{km}{h} \\ =11\frac{km}{h} \end{gathered}\)

Hence, the average speed of Jean is 11 km/h.

what number is in the same ratio to 64 as 5 is to 8​

Answers

Answer: 102.4

Given ratio 5:8

Let's assume the answer to be x

5÷8 should be equal to 64÷x

∴ x= (64×8) ÷ 5

=102.4

The number that has the same ratio to 64 as 5:8 is gotten as; 40

How to Calculate Ratio?

We have the ratio 5:8.

Now, we want to find the number that has the same ratio to 64 as 5:8. Thus, we will use proportion to get this;

x/64 = 5/8

Cross multiply to get;

x = 64 * 5/8

x = 40

What is 95% of $1350

Answers

Answer:

95% of 1350 is 14.2

Step-by-step explanation:

tell me if i'm wrong

Answer:

1,282.5

Step-by-step explanation:

\(1350\) × \(.95\) \(= 1282.5\)

\(95\)% \(=.95\) in decimal form

plz mark me brainliest. ;0

the sum of 2n and 5 is equal to n

Answers

Answer:

n=-5

Step-by-step explanation:

Isolate the variable

81^5=3^x What does “x” equal?

Answers

Answer:

\(x =2 0\)

Step-by-step explanation:

\( {81}^{5} = {3}^{x} \)

We know that 3^4 = 81. So :

\( = > { ({3}^{4}) }^{5} = {3}^{x} \)

\( = > {3}^{4 \times 5} = {3}^{x} \)

\( = > {3}^{20} = {3}^{x} \)

Here both the Right hand side & Left hand side has same base i.e. have 3 as base in both the sides.

So , eliminating the base gives :-

\(x = 20\)

a farmer plans to enclose a rectangular pasture adjacent to a river (see figure). the pasture must contain 245,000 square meters in order to provide enough grass for the herd. no fencing is needed along the river. what dimensions will require the least amount of fencing?

Answers

X = 700 m and Y = 350 m will require the least amount of fencing.

Area of a rectangular field = length × breath =  245000 = XY

⇒ Y = 245000/X

Perimeter of a rectangular field = X + 2Y

⇒P = X+ 2Y

⇒P = X + 490000/X

⇒ X + 490000X⁻¹

⇒P [X] =  X + 490000X⁻¹

⇒P'[X] = 1+[-490000X⁻²]

⇒0 = 1 - 490000/X²

⇒X²= 490000

⇒X = 700 unit

As XY = 245000  [ area of a rectangle ]

⇒700Y = 245000

Y = 350 unit.

Hence , P is minimum [ fencing ] when X = 700 unit and Y = 350 unit.

To understand more about maxima and minima refer -

https://brainly.com/question/27958412

#SPJ4

which of the following functions are one-to-one? [more than one function may qualify.] hint: use a graphing calculator to view the behavior of the function on its domain.

Answers

A relation where each input has precisely one output was described as a function. Each input is mapped to a single output value, in other words. Every input value is translated into a single distinct output value in a one-to-one function. Another way to phrase it is that no two input items produce the same output value.

The function f(x)=x +2 is depicted in the graph above. This graph does not map the same x-value to the same y-value everywhere, indicating that it is a one-to-one function.

Here are some additional one-to-one functions:

Because no 2 input values have the same cube root and thus do not produce the same outputs, X³+1 is a one-to-one function.

Because different inputs might result in the same outputs, X² is not a function. Consider the numbers -1 and 1. These two values both produce the value 1, indicating that this equation is not one-to-one.

To learn more about Set functions, use the link below.

https://brainly.com/question/7173469?referrer=searchResults

#SPJ4

which of the following functions are one-to-one? [more than one function may qualify.] hint: use a graphing
Other Questions
PLEASE HELP I WILL BRAINLIST rite a program that asks the user for the name of a file. the program should display the number of words that the file contains. Which of the following describes a function of the endoplasmic reticulum within a cell? intracellular transport lipid synthesis protein modification DNA storage A carrier mother (XHXh) of hemophilia marries a normal father(XHY). *Use allele letter H What are the mothers and fathers genotype? the active cell in a spreadsheet is the cell into which the user can input data. in most spreadsheet programs the active cell can be identified by which three items? HEY YALL PLS HELP ME ANSWER THIS QUESTION- THE CORRECT ANSWER SHALL RECEIVE 10 POINTS xx ~What technique is used to separate water from salt waterthanks yall xx ) J (-2, 4)K (3,-1)How long JK in this picture? After the war, how were the rights of different groups of Louisiana colonists affected? CHECK ALL THAT APPLYWomen gained the right to vote. Most African Americans remained enslaved. Free people of color could participate in government. American Indians were not allowed to vote.White men with land could not run for office. now you will get to discuss news, television and pop culture with your classmates remember that you are being graded in the completeness of your response, your use of recent grammar and vocabulary and your responses to your classmates 2. answer the following (10 points): a. what is the size and function of fsr register? explain the significance of its size. b. what is the function of an address bus? 1. Allen and Gale (2000) analyse the financial fragility of a banking system where liquidity shocks are insured by means of deposits with peers.1 Under which conditions are banking systems subject to a bank run and then a domino effect on other banks in the system?a. An incomplete market structure together with an unexpected shock to the total liquidity demand in the system lead to a bank failure and spread within the network generating contagion because of imperfect ex-ante insuranceb. Any structure of the banking system is fragile and subjected to run and contagion among peersc. A complete market structure generates a higher probability of observing a domino effect because banks are more connected with each other and hence negative shocks propagate easily through the networkd. None of the above are sufficient conditions to observe a bank run and a domino effect in a banking system g The sails of the real Lady Washington have an area of 410 SI units. What is the area of the sails of the scale model Typically, the less liquid the asset, the lower will be it's rate of return.a. trueb. false Youre prepared to make monthly payments of $300, beginning at the end of this month, into an account that pays an APR of 7.1 percent. How many payments will you have made when your account balance reaches $21,000? What is the range of the absolute value function please How do the three branches Check other's power? Y=8 when x=20 find y when x= 30 which microbial agents are not classified under the woese system? does anyone have the answers to the unit 5 lesson 10 history unit test on migration and cultural exchange???????? Which of the following is an inaccurate statement regarding the Electronic Communications Privacy Act (ECPA) of 1986?Multiple choice question.The ECPA outlaws the intentional interception of electronic forms of communications.The ECPA effectively eliminated employee rights to privacy in the workplace.The ECPA extended employee privacy rights to cellular phones.The ECPA extended employee privacy rights to e-mail.