By buying in bulk, Deborah managed to have 6,000 CDs manufactured for $9,000. What was the cost per unit for manufacturing?

Answers

Answer 1

Answer: It would be $1.50 per unit

Explanation


Related Questions

Consider a swapping system in which memory consists of the following hole sizes in memory order: 10 KB, 4 KB, 20 KB, 18 KB, 7 KB, 9 KB, 12 KB, and 15 KB. Which hole is taken for successive segment request of

Answers

Answer:

um uwu

Explanation:

Which method of funding higher education accrues interest until it is paid back?
A. Scholarships
B. Grants
C. Work-study programs
D. Loans

Answers

Answer:

D. Loans

Explanation:

Sonya wants to add a hyperlink to her new e-mail message. Her computer screen is shown.


Which tab should Sonya click in order to find the Hyperlink option?

Insert
File
Options
Review

Answers

Sonya should click insert because that is where the hyperlink button is.
Answer insert

Please help me on this it’s due now

Answers

I would say the answer is Logistics Manager, Material Handlers, and Inventory Managers.

Definition:

            Logistics Manager: person in charge of overseeing the purchasing

                                            and distribution of products in a supply chain

            Material Handlers: responsible for storing, moving, and handling

                                            hazardous or non-hazardous materials

            Inventory Managers: oversee the inventory levels of businesses

Hope that helps!

The way in which information travels on the internet, not as a single piece but in chunks.

Answers

If this is a true or false question then it’s true.

If your asking for what those chunks are then packets. I’m a packet addict.

which of the following phase change when heat is removed form the material
A. sublimation
B. vaporization
C. Melting
D. Freezing​

Answers

Answer:

It will be D.Freezing

Explanation:

If heat is removed from a substance, such as in freezing and condensation, then the process is exothermic. In this instance, heat is decreasing the speed of the molecules causing them move slower (examples: liquid to solid; gas to liquid). These changes release heat to the surroundings.

GOOD LUCK

Edhesive Assignment 8: Personal Organizer.

I keep getting a bad input message on my line 52. Any tips on how to fix this?
I've included photos of my code.

Answers

In this exercise we have to use the knowledge in computational language in python to write the following code:

What is input?

Python's input function takes a single parameter which is a string. This string is often called a prompt because it contains informational text that tells the user to type something. For example, you can call the input function as follows:

So in an easier way we have that the code is:

eventName = []

eventMonth = []

eventDay = []

eventYear = []

def addEvent():

userEventName = input("What is the event: ")

userEventMonth = int(input("What is the month (number): "))

userEventDay = int(input("What is the date: "))

userEventYear = int(input("What is the year: "))

userEventMonth = validateMonth(userEventMonth)

userEventDay = validateDay(userEventMonth, userEventDay, userEventYear)

eventName.append(userEventName)

eventMonth.append(userEventMonth)

eventDay.append(userEventDay)

eventYear.append(userEventYear)

def validateMonth(month):

if month >= 1 and month <= 12:

return month

else:

return 1

def validateDay(month,day,year):

if day < 1 or day > 31:

return 1

if month == 2:

isleap = False

if year%4 == 0:

if year%100 == 0:

if year%400 == 0:

isleap = True

else:

isleap = True

if isleap:

if day <30:

return day

else:

return 1

else:

if day < 29:

return day

else:

return 1

if month in [1,3,5,7,8,10,12]:

return day

if month in [4,6,9,11] and day < 31:

return day

else:

return 1

def printEvents():

print("EVENTS")

months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']

for index in range(len(eventName)):

print(eventName[index])

print("Date: "+months[eventMonth[index] -1]+ " " + str(eventDay[index]) + ", " + str(eventYear[index]))

userChoice = "yes"

while userChoice.upper() != "NO":

addEvent()

userChoice = input("Do you want to enter another event? NO to stop: ")

printEvents()

See more about python at brainly.com/question/18502436

Which tab can help start a query? Create External Data File Home

Answers

The Create, External Data, File and Home tabs are in Microsoft Office Access

The Create tab can help to start a query

How to determine the tab?

There are several tabs in Microsoft Office Access.

Of all these tabs, the Create tab is used to help the user to start a query and return the required data of the query.

The other tabs such as file and home are used to perfom other tasks which include open files, save query, etc.

Read more about database at:

https://brainly.com/question/518894

Answer:

Its A Your Welcome

Explanation:

You are pricing out a new laptop for a user. You decided to go with a traditional hard disk that has a cache of flash memory. Which type of disk are you purchasing

Answers

Answer:

A hybrid drive

Explanation:

Its called a hybrid drive because it combines two different kinds of storage, SSD and HDD. SSD is a solid state drive and it has no moving parts. It is much faster than a HDD and is more reliable but these benefits come at a trade off of a higher price per gigabyte. HDD is a hard disk drive and works by reading a spinning disk to get information. This kind of disk is usually used because of its low price/gb. This makes it an excellent option for getting lots of storage at a cheap price. A hybrid drive combines the best of both worlds by using a small SSD as a boot drive to start up a computer because it is much faster, and uses an HDD as the main storage drive with lots of space.

In the Linux boot process, the master boot record (MBR) loads a(n) __________ program, such as GRUB or LILO

Answers

Answer:

Boot loader

Explanation:

This is a small program that is stored within the MBR or the GUID partition table that is used to help load in an operating system into the memory

You are performing digital forensics in an enterprise that recently experienced a security breach. You successfully retrieved all volatile data, and your next focus is hard drives. How should you collect evidence from the hard drives without tainting any evidence

Answers

How should you collect evidence from the hard drives without tainting any evidence is to: Use mirror image backup.

What is mirror image backups?

Mirror image backups can be defined as a type of backup that enables you to backup all the document or items that you have on your computer hard drive.

Mirror image backup is vital because it enables you to have the same copy  of all the data or information that is store on your hard drive.

Therefore how should you collect evidence from the hard drives without tainting any evidence is to: Use mirror image backup.

Learn more about Mirror image backups here:https://brainly.com/question/21465714

You use trace precedents for a cell containing a formula. What indicates an error in the precedents used?.

Answers

When you use Trace Precedents for a cell containing a formula, an error in the precedents used would be indicated by a red tracer arrow.

What is Trace Precedents?

Trace Precedents can be defined as cells or groups of cells in Microsoft Excel that is used to review and determine which ones affect the value of an active cell.

IGenerally, when you use Trace Precedents for a cell in a spreadsheet document containing a formula, an error in the precedents used would be indicated by a red tracer arrow, which is displayed between the dependent and precedent cells.

Read more on cells here: brainly.com/question/26053797

In a typical information security program, what is the primary responsibility of information (data) owner

Answers

The typical responsibility of the information that an owner is to determine the level of sensitivity or classification level.

What is an information security program?

The information security program is a set of activities, projects, and initiatives that help an organization IT framework and help the organization meet all the business goals leading to corresponding to the benchmarks. The main duty of the data owner is to determine the level of sensitivity of the data.

Find out more information about information security.

brainly.com/question/25226643

Time machine could not create a local snapshot to back up from

Answers

Answer:

Time machine could not create a local snapshot to back up from Disk Error.

Eric just signed up for his first college class after being out of school for nearly a
decade. He goes to the bookstore the week before class starts to get his book, and
he's surprised to learn that he only needs an access card. How will Eric be
accessing the course material for his college class?

Answers

The way Eric can access the course material for his college class is to use the LMS also known as course management system (CMS)

What are course material?

Course Materials are known to be the courses, documentation, educational materials needed for a specific course.

Conclusively, The LMS is the known to be the background into which instructors often input course content and when Eric access it, he can be able to get the course content.

Learn more about course material from

https://brainly.com/question/4371674

Please help me on this it’s due now

Answers

The answer is both A and B because logistics is the overall process of how things are equipped, stored and taken to their final destination.

This is an example of what type of formula? =average(d1:d17) question 1 options: addition subtraction range average

Answers

Answer:

d average

Explanation:

The average is the ratio of the sum of the observation to the total number of observations. Then the correct option is D.

What is average?

Average is simply defined as the mean of the given set of numbers. The mean is considered as one of the measures of central tendencies in statistics. The average is said to be an arithmetic mean.

The average is given as

[tex]\rm Average = \dfrac{Sum\ of\ the\ observation}{Total\ number\ of \ observations}[/tex]

This is an example of the average formula.

More about the average link is given below.

https://brainly.com/question/521501

When did time begin?
Did we invent math or did we discover it?
Where does a thought go when it's forgotten?
Do we have free will or is everything predestined?
Is there life after death?
Is it really possible to experience anything objectively?
What are dreams?
What is the goal of humanity?

Answers

I love Rakshya please accpect ma propoese

Why might a computer calculate a long list of numbers better than a human?

A. Computers can replicate human tasks.
B. Computers can think creatively.
C. Computers must rest every few hours.
D. Computers calculate numbers very quickly.

Answers

Answer: Computers calculate numbers very quickly.

Explanation:

While most of the possible options are accurate, D appears to be your best option. Computers can calculate long, sophisticated numbers in a few seconds while it will (usually) take humans longer.

When performing forensics on an Apple computer, what operating system are you the most likely to encounter QUIZLET

Answers

When performing forensics on an Apple computer, the operating system are you the most likely to encounter is iOS.

What is operating system forensics?

A Operating System Forensics is known to be a method used for the retrieving of any useful information from the Operating System (OS) of the computer or any kind of mobile device.

Note that the reasons for collecting this information is so as to get all the empirical evidence against any kind of perpetrator.

Learn more about operating system from

https://brainly.com/question/1763761



Differentiate between
Operating system and
language translator

Answers

It is a program or a series of programs which provides communication between the user and the computer hardware. Translators are programs which convert instructions in assembly language or high level languages into machine languages because computer can only understand machine language.

How can you open a link in a new tab/browser window?.

Answers

Answer:

Press the + at the top of your brower, or New Tab button.Copy-paste it into the top of the browser, the main search bar.

                                     [tex]Steps~also~in~pictures~below.[/tex]

A class researching the world’s population would like to include a graph that shows historical changes. They have information from several online media resources.

Which options should they choose during their evaluation process? Check all that apply.

a teacher’s aide who creates world population materials for a class
a professor who publishes world population research in a journal
a United Nations report that analyzes trends in the world’s population
a nonprofit that tracks how the world’s population affects policy decisions
a local news program that evaluates why some countries are overpopulated

Answers

A professor who publishes world population research in a journal

Answer:

b,c,d

Explanation: i took the test and bc im awsome

How to change notification sounds for different apps.

Answers

Use linux; Linux allows for more customization than other operating systems and is free and open source.

what is the impact of ict on school policy

Answers

Answer:

It improves the effectiveness of education. It aids literacy movements. It enhances scope of education by facilitating mobile learning and inclusive education. It facilitates research and scholarly communication.

Explanation:

Answer:

Hello FluffyStrawberry here~

Your answer is

It improves the effectiveness of education. It aids literacy movements. It enhances scope of education by facilitating mobile learning and inclusive education. It facilitates research and scholarly communication
hope it’s helps you

Explanation:

~FluffyStawberry

Complete the sentence.

When sensitive information is sent over the internet, it should be
.

Answers

Answer:

encrypted

Explanation:

to prevent others from viewing it

Answer:

Your answer is encrypted

Explanation:

This will keep your information secure whilst sending it.

This means to:

convert (information or data) into a cipher or code, especially to prevent unauthorized access

So your info is safe

Pls mark brainliest <3

Hope this helps :)

`

`

`

Tori

One way to check if a website is secure is to look for a/an
in the address bar.

Answers

Answer:

One such sign to look for is in the URL of the website. A secure website's URL should begin with “https” rather than “http”. The “s” at the end of “http” stands for secure and is using an SSL (Secure Sockets Layer) connection. Your information will be encrypted before being sent to a server.

T - True. One way to check if a website is secure is to look for a padlock icon in the address bar.

How does this work?

This padlock indicates that the website is using a secure HTTPS connection. HTTPS encrypts the data transmitted between the user's browser and the website, ensuring that sensitive information such as login credentials or financial details remains private and protected from unauthorized access.

Additionally, a secure website's address will start with "https://" instead of "http://". Users should always verify these security indicators before entering any personal or sensitive information on a website to safeguard their online privacy and security.

Read more about websites here:

https://brainly.com/question/28431103

#SPJ2

Isabela wants to edit a presentation for her science class. she is in the main view of the powerpoint application. how can she access her presentation? go to the backstage view, and click options. click the file tab, and click the open option. click the quick access toolbar, and click the open option. type in the name of the file in the search field, and click open.

Answers

The Isabela access her presentation for her science class by clicking the file tab, and clicking the open option.

What is power point presentation?

Power point presentation is a softwere which display the data with the help of collection of slides.

Isabela wants to edit a presentation for her science class. She is in the main view of the powerpoint application.

Form the main view to access her presentation, Isabela need to follow the following steps-

Click the file tab which is at the main menu.Now she need to click the open option, which appers under the file tab.

Thus, the Isabela access her presentation for her science class by clicking the file tab, and clicking the open option.

Learn more about the power point presentation here;

https://brainly.com/question/24653274

Answer: It’s B, Click the File tab, and click the open option

Explanation:

just got it right on edge

Attacks that exhaust all possible password combinations in order to break into an account are called _____ attacks.

Answers

Answer:

Brute force

Explanation:

Brute force means forcing your way into logging into an account.

This is done by trying all kinds of passwords, starting from something like "123456" to your birthday and getting increasingly complex passwords in the hope that the account has a weak password

Packet analysis can also help _____ understand protocol and application behavior to see how routines behave, as well as help determine if it is the application OR the network that is causing slow response times.

Answers

Packet analysis can also help developers to understand protocol and application behavior to see how routines behave.

What is the Packet analysis  about?

Packet analysis  is known to be a tool that can help a lot of developers to be able to have a lot gains from understanding protocol and application behavior to see how routines behave.

Conclusively,  Packet analysis can be used to know or determine  when an  application or a given network is having or leading to slow response times.

Learn more about packet analysis from

https://brainly.com/question/6962155

#SPJ1

Other Questions
Which financial statement tells you the value of the assets the company owns and the liabilities a company owes?. which one is a noncommunicable diseaseQuestion 8 options:Pink eyeinfluenzachicken poxstroke Both the ancient Mesopotamian and ancient Egyptian civilizations began in river valleys in dry climates. Both civilizations modified their environment in a number of ways. For example, they built canals and dams, which provided water for farming and saved their cities from flooding and drought. Both of these regions thrived for thousands of years. Think about how important it is for a government to provide a stable food supply, laws, and protection for a civilization to thrive. Based on what youve learned about ancient Mesopotamia and ancient Egypt, what kind of leadership does such a civilization need? What does a government need to do to protect the way of life for its people? Can you think of any instances when the government did not attend to the needs of the people? Using proportions to solve for missing sides. RST~YSZ, find YZ. Please help im new here! a library would like to see how many of its patrons would be interested in regularly checking out books from an enlarged print section. they randomly surveyed 200 patrons and 6 patrons responded that they would regularly check out books from an enlarged print section. if the library has a total of 3200 patrons, how many people can they expect to regularly check out books from an enlarged print section? Question #18:A steam engine (assume a Carnot engine) has an efficiency of 34.8%. If the waste heat has a temperature of 76 C, what is the temperature of the boiler? Answer in units of C. What is the area, in square feet, of the rectangle shown below A major theme of f. scott fitzgeralds work was the idea that the postwar world presented chances to become wealthy. needed new inventions to fix problems. presented chances for adventure. was empty and meaningless. Vhat did President Bush declare a war on after the 911 terrorist attacks When sally went bowling her scores were 108,72, and 95 what score will she need to get an average of 91? PLS HELP! the 3 sides of triangle are n, 4n + 1 , 5n- 8. if the perimeter of the triangle is 93 cm, what is the length of each side? how does senator lee connect this part of federalist 51 to separation of powers and the internment of japanese americans during WWII How does the structure of the water molecule lead to itsability to dissolve polar compounds? how do i find a,b and k? The concept of limited liability VI. Pretend that you are working for the tourist bureau for your city. Which measure of central tendency (mean, median, mode) would you use in advertising to attract tourists. Justify your answer. What time of day is this poet describing? in The Sun has long been set Select the correct answer. How did Northern leaders try to encourage Americans to buy goods made in the United States rather than foreign imports? A. high taxes on imports to increase the cost of imported goodsB. low taxes on imports to increase the cost of imported goods C. high taxes on imports to decrease the cost of imported goods D. low taxes on imports to decrease the cost of imported goods E. high taxes on imports to decrease the cost of manufactured goodshello please help :) Which two generalizations can be made based on what you know about cycles of matter in a closed system?New matter is added, and old matter is destroyed.Matter changes its physical form, allowing it to return to its original state.The amount of matter within the system remains the same.Matter and energy can cross the boundaries of the system.0 The cycle has a well-defined starting and stopping point. What should you avoid if youre depressed?1alcohol, nicotine or drugs (unless prescribed for you)2exercise3talking about it with a school counselor or psychologist