answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
SpyIntel [72]
2 years ago
5

Your utility company charges 13 cents per kilowatt-hour of electricity. What is the daily cost of keeping lit a 75 watt light bu

lb for 12 hours each day? How much will you save in a year if you replace the bulb with an led bulb that provides the same amount of light using only 15 watts of power?
Mathematics
2 answers:
mash [69]2 years ago
5 0
.13×75=9.75 per hour
9.75×12=117 per 12 hours
117×365=42,705 per year

.13×15=1.95 per hour
1.95×12=23.4 per 12 hours
23.4×365=8,541 per year

so 42,705-8,541=34,164 saved by using an led instead

Tresset [83]2 years ago
3 0

we know that

1 Kw=1000 w

The company charges 13 cents per kilowatt-hour of electricity

13 cents=0.13 dollars\\\\ 75w=\frac{75}{1000} kw\\\\ 15w=\frac{15}{1000} kw

Step 1

Find the cost for the light bulb

a) in one day

\frac{75}{1000} *12=0.9\ kw\  hour

Cost=0.13*0.9

Cost=$0.117

b) In a year

\frac{75}{1000} *12=0.9\ kw\  hour

0.9*365=328.5\ kw\  hour

Cost=0.13*328.5

Cost=$42.71

Step 2

Find the cost for the led bulb

a) in one day

\frac{15}{1000} *12=0.18\ kw\  hour

Cost=0.13*0.18

Cost=$0.0234

b) In a year

\frac{15}{1000} *12=0.18\ kw\  hour

0.18*365=65.7\ kw\  hour

Cost=0.13*65.7

Cost=$8.54

Step 3

Find the difference in cost

Save=42.71-8.54\\ Save=34.17 dollars

therefore

the answer is

34.17 dollars

You might be interested in
___ cosb =1/2 sin(a+b)+sin(a-b)?
vodomira [7]

Answer:

That would be sina.

Step-by-step explanation:

sin(a+b) = sinacosb + cosasinb

sin(a-b) = sinacosb -  cosasinb

Adding we get  sin(a+b) + sin(a-b) = 2sinaccosb

so sinacosb = 1/2sin(a+b) + sin(a-b)

8 0
2 years ago
Read 2 more answers
This afternoon, Sara noticed that the number of the page assigned for homework is divisible by both 12
max2010maxim [7]

Answer:

12

Step-by-step explanation:

Well, 12/12=1, which I guess is the smallest number we can get, and 12 is divisible by 2 too.

7 0
2 years ago
Blanche bought a 5-year cd for $7100 with an apr of 2.8%, compounded quarterly, but she wants to take all her money out 9 months
katrin2010 [14]
The formula for getting the accumulated amount(compounded) is;
A =P(1+r%)∧n
Where A = Acumulated amount 
            P = principle (deposit)
            r = interest rate and
            n = period
Since the interst is compounded quartly, 
period = (5×4)-3 = 17

A = 7100(1+2.8/100)∧17
   = 7100×1.028∧17
   = 11,353.80

The money she will end up earning in interest on the cd = $11,353.80
4 0
2 years ago
A shoe manufacturer compared material A and material B for the soles of shoes. Twelve volunteers each got two shoes. The left wa
sveta [45]

Answer:

a) Are dependent since we are mesuring at the same individuals but on different times and with a different method

b) If we see the qq plot we don't have any significant deviation for the values and we don't have any heavy tail so we can conclude that we can approximate the differences with the normal distribution.

c) p_v =P(t_{(12)}>0.969) =0.353

So the p value is higher than the significance level given, so then we can conclude that we FAIL to reject the null hypothesis. So we can conclude that the mean differences is NOT significantly different from 0 .

Step-by-step explanation:

A paired t-test is used to compare two population means where you have two samples in  which observations in one sample can be paired with observations in the other sample. For example  if we have Before-and-after observations (This problem) we can use it.  

The Q-Q plot, or quantile-quantile plot, "is a graphical tool to help us assess if a set of data plausibly came from some theoretical distribution such as a Normal or exponential".

Let put some notation  

x=value for A , y = value for B

A: 379, 378, 328, 372, 325, 304, 356, 309, 354, 318, 355, 392

B: 372, 376, 328, 368, 283, 252, 369, 321, 379, 303, 328, 411

(a) Are the two samples paired or independent? Explain your answer.

Are dependent since we are mesuring at the same individuals but on different times and with a different method

(b) Make a normal QQ plot of the differences within each pair. Is it reasonable to assume a normal population of differences?

The first step is calculate the difference d_i=A_i-B_i and we obtain this:

d: 7,2,0,4,42,52,-13,-12,-25,15,27,-19

In order to do the qqplot we can use the following R code:

d<-c(7,2,0,4,42,52,-13,-12,-25,15,27,-19)

qqnorm(d)

And the graph obtained is attached.

If we see the qq plot we don't have any significant deviation for the values and we don't have any heavy tail so we can conclude that we can approximate the differences with the normal distribution.

(c) Choose a test appropriate for the hypotheses above and justify your choice based on your answers to parts (a) and (b). Perform the test by computing a p-value, make a test decision, and state your conclusion in the context of the problem

The system of hypothesis for this case are:

Null hypothesis: \mu_A- \mu_B = 0

Alternative hypothesis: \mu_A -\mu_B \neq 0

The second step is calculate the mean difference  

\bar d= \frac{\sum_{i=1}^n d_i}{n}= \frac{80}{12}=6.67

The third step would be calculate the standard deviation for the differences, and we got:

s_d =\frac{\sum_{i=1}^n (d_i -\bar d)^2}{n-1} =23.849

The 4 step is calculate the statistic given by :

t=\frac{\bar d -0}{\frac{s_d}{\sqrt{n}}}=\frac{6.67 -0}{\frac{23.849}{\sqrt{12}}}=0.969

The next step is calculate the degrees of freedom given by:

df=n-1=12-1=11

Now we can calculate the p value, since we have a two tailed test the p value is given by:

p_v =P(t_{(12)}>0.969) =0.353

So the p value is higher than the significance level given, so then we can conclude that we FAIL to reject the null hypothesis. So we can conclude that the mean differences is NOT significantly different from 0 .

4 0
2 years ago
Use the graph to approximate the ordered pair where the exponential function begins to exceed the quadratic function. a. (2.5,5)
riadik2000 [5.3K]

Answer:

a. (2.5,5)

Step-by-step explanation:

f(x) exponential function exceed quadratic function g(x) at (2.5 , 5)

7 0
2 years ago
Other questions:
  • The basketball game had 500 people in attendance. If the ratio of hawk fans to cyclone fans is 2:10, how many more cyclone fans
    14·1 answer
  • a sales associate in a department store earns a commission on each suit and each pair of shoes sold .on week she earned $47 in c
    11·1 answer
  • A stick of length l is broken at a uniformly chosen random location. We denote the length of the smaller piece by X. (a) Find th
    14·1 answer
  • The board of directors of Saner Automatic Door Company consists of 12 members, 3 of whom are women. A new policy and procedures
    5·1 answer
  • Of 560 samples of seafood purchased from various kinds of food stores in different regions of a country and genetically compared
    7·1 answer
  • Zack wants to make a profit of more than $300 for painting 4 identical rooms. The profit he makes is equal to the amount he is p
    6·2 answers
  • Suppose an automobile manufacturer designed a radically new lightweight engine and wants to recommend the grade of gasoline that
    14·1 answer
  • B, C and D are points on a circle, centre O. AB and AD are tangents to the circle. Angle BCD=x Find an expression for the size o
    9·1 answer
  • The graph below represents the distance a pilot is from the home airport during a period of time. A graph titled Pilot's Distanc
    10·2 answers
  • 4. A sum of money is divided among Khairul, Michael and Ethan in the ratio 6:4:5. After Khairul
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!