How do you do 3.3 Code Practice: Question 1 on Edhesive?

Answers

Answer 1

Answer:

# Write a program to get as input the value of Red, Green and Blue. The value of each can be in between 0 and 255. And if the value of Red, or Green or Blue is below 0 then it should print out of range.#

Explanation:

import time

# Enter the value of RGB#

redvalue = int(input("Enter value of RED: "))

greenvalue = int(input("Enter the value of GREEN: "))

bluevalue = int(input("Enter the value of BLUE: "))

# We now need to check the value of RGB#

if redvalue <= 255 and greenvalue <= 255 and bluevalue <= 255:

 print("All the entries are correct.")

 # Its more than maximum #

if redvalue > 255:

 print("Red is too High.")

if greenvalue > 255:

 print("Green is too High.")

if bluevalue > 255:

 print("Blue is too High.")

 # Its quite low #  

if redvalue < 0:

 print("Red is not correct.")

if greenvalue < 0:

 print("Green is not correct.")

if bluevalue < 0:

 print("Blue is not correct.")

Answer 2

Problem: Test if a date is a payday based on the day of the month (15th or the 30th).

Answer: date = int(input("Enter today's day numerically:"))

if date == 15 :

  print("It's payday!")

elif date == 30 :

  print("It's payday!")

else:

  print("Sorry, not a payday.");

Explanation:

If it helped plz sub 2 me on YT at kustomkicks04


Related Questions

PLEASE HELP

The speed limit on a road in Germany is 100 kilometers per hour. If there are about 6 miles for every 10 kilometers, howmany miles equal 100 kilometers
54
60
90
167

Answers

Answer: The answer would be 60 kilometers.

Answer:

60

Explanation:

Because about 6 miles is 10 kilometers, multiply 10 kilometers by 10 to get 100 kilometers, multiply 6 by 10 to get 60

During spring in Colorado, ice on the mountain tops melts into water. Some of this water gets trapped in cracks in the mountain rocks. With winter, the water in the cracks refreezes into ice. When water freezes, it expands. This often will cause the cracks in the rocks to grow, and eventually, pieces of rock break off. What type of weathering is taking place?
A.
chemical
B.
biological
C.
physical
D.
specific heat

Answers

i believe it is A but i’m not sure

Answer: physical (a)

Explanation:

i just got this question on Study Island

Stages of computer cycle

Answers

Answer:

The five main steps are input, processing, storage, output and communication.

Explanation:

What is one of the best ways to get reliable information
about a product?

Answers

Answer:

interesting question.  Make sure to start with those trusted sources, and then look for any potential bias. Businesses often use .com for their sites, and in most cases, those sites are created to help them sell a product or service.

Explanation:

Hope it helps have a good day

2.3 Code Practice: Question 2
Instructions
Write a program that inputs the length of two pieces of fabric in feet and
inches (as whole numbers) and prints the total.

Sample Run
Enter the Feet: 3
Enter the Inches: 11
Enter the Feet: 2
Enter the Inches: 5
Sample Output
Feet: 6 Inches: 4

Answers

Answer:

Using C++

#include<iostream>

using namespace std;

int main()

{

   int F1,F2,I1,I2,feet,inches;

   cout<<"Enter the Feet: "; cin>>F1;

   //----------------------------------------------

   cout<<"Enter the Inches: "; cin>>I1;

   //----------------------------------------------

   cout<<"Enter the Feet: "; cin>>F2;

   //----------------------------------------------

   cout<<"Enter the Inches: "; cin>>I2;

   //----------------------------------------------

   feet = F1 + F2 + (I1 + I2) / 12;

   inches = (I1 + I2) % 12;

   cout<<"Feet: "<<feet<<" Inches: "<<inches<<endl;

   return 0;

}

Explanation:

Preparing for jobs that are high in demand allow you to...


Focus your development of human capital on those careers


Increase the likelihood of getting a job


Be more attractive to employers in those fields


all of the above

Answers

Preparing for jobs that are high in demand allows an individual to focus their development of human capital on those careers.

Focus your development of human capital on those careers

Explanation:

As the demand for the job is high, there is no denying the fact that it will increase the likelihood of getting a job. It is a simple proportion, more the number of jobs, more are the chances of getting them.

Last but not least it will also allow an individual to be more attractive to employers in those fields. As an individual prepares for the job, they will acquire certain skills and knowledge that are capable of letting them being perceived as attractive.

You have purchased an Apple desktop computer and want to set it up so that you can access your computer desktop when you are on the road. How might you do this?

Answers

Answer:

Via Remote desktop connection or device sharing via network.

Explanation:

We need to enable remote desktop connection on the Apple desktop, or we can enable device sharing with our iPhone or any device in fact. And then when we are on the move, we can connect with the Apple desktop through iPhone, or through any other Apple device or any in fact. Gone are those days when such facility was available with only Apple devices.

The 5 basic rules (also called conventions) for naming files and folders are:

Answers

The 5 basic rules (also called conventions) for naming files and folders:

To name the folder or files in the computer or desktop or laptop it should be a meaningful file or folder name conversation. Some operating systems even it while keeping files name as upper case and lower-case managed separately.

In case if the end-user creates a meaningless folder and filename or folder name then the purpose of creating folder and file names is defeated.  

1. Naming folder or file name should be meaningful

2. Possible to have prefix  or suffix  day, month or year

3. No spaces are allowed

4. Possible to use delimiter words such as – extra

5. Folder or filename should be short

Some operating systems limits to 8 character limitations

To keep files and folders organized, use descriptive names, avoid special characters, keep names short, use a consistent format, and include versioning information. This makes it easier to understand and locate content without confusion.

Basic Rules for Naming Files and Folders

Naming files and folders properly is crucial for organization and ease of access. Here are five basic rules to follow when naming files and folders:

Use Descriptive Names: Make sure the names are descriptive enough to understand the content without opening the file or folder. For example, use 'Biology_Notes_Chapter_5' instead of just 'Notes'.Avoid Special Characters: Do not use characters like \, /, :, *, ?, ", <, >, | as they can interfere with file systems. Stick to letters, numbers, underscores, and hyphens.Keep It Short: While being descriptive, keeping the name concise helps in avoiding long paths which can be cumbersome. For example, prefer 'Report_2023' over 'Annual_Financial_Report_for_Fiscal_Year_2023'.Use Consistent Format: Be consistent in the naming convention you choose. For instance, if you use underscores to separate words, always use underscores instead of mixing them with spaces or hyphens.Use Versioning: If the file or folder goes through different versions, include version numbers or dates in the names. For example, 'Project_Plan_v2' or 'Project_Plan_2023_09_15'.

By following these rules, you can ensure your files and folders are well-organized and easily accessible.

I need this question today pleaseee

Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?
the last place was amazon

Answers

Answer:

a web a networking site and their online purchasing

Explanation:

web for their business networking site for their employees

Final answer:

Amazon requires Inventory Management Software to manage stock, Customer Relationship Management software for customer interactions, and an E-commerce Platform for online transactions.

Explanation:

Considering the last business from which a product or service was purchased being Amazon, three types of software that might be necessary for its operations are:

Inventory Management Software: To monitor stock levels, manage orders, and consolidate sales information, which is crucial for maintaining efficiency in Amazon's vast network of warehouses and distribution centers.Customer Relationship Management (CRM) software: To manage customer information, track customer interactions, and enhance the overall customer experience. This software is essential in handling the millions of customers Amazon serves daily.E-commerce Platform: To facilitate online transactions, manage product listings, and ensure a secure shopping experience. This platform is the backbone of Amazon's online presence.

These software applications are essential for Amazon to manage its complex operations, provide good customer service, and maintain its e-commerce infrastructure.

At the turning the volume all the way up on your speakers you still cannot hear any sound which of the following should be your next step

Answers

1. see if it is plugged in all the way

2. see if you forgot to plug something into something  (example)1. in to 1)

3. take it to a shop

Answer:

Place the speakers further from each other.

Explanation:

Sometimes the problem is not with the electronics. You need to understand that sound travels in waves. Waves are rope-like oscillations of energy.  The energy is transported in "up and down" movements.

Waves from the speaker travel through the air medium. Sometimes, it happens that the waves meet at certain points. This creates zones of convergence resulting in a phenomenon called interference. Two types of interference can take place:

Constructive interference - this takes place when sound is magnified. The volume is louder.

Destructive interference - the waves cancel each other. Therefore, no sound comes off.

After you clean an engine with hot water spray, it seems to stall; when it doesn't stall, it's idling noisily. Technician A says to check for loose bolts on the flex plate near the torque converter. Technician B says to wipe down the spark plug wires and the distributor cap. Who is correct? A. Technician A B. Both Technicians A and B C. Technician B

Answers

Final answer:

Technician A is correct. Loose bolts on the flex plate near the torque converter can cause an engine to stall or idle noisily after being cleaned with hot water spray.

Explanation:

Technician A is correct. When an engine stalls or idles noisily after being cleaned with hot water spray, it is likely due to loose bolts on the flex plate near the torque converter. These loose bolts can cause the engine to lose proper alignment and result in stalling or noisy idling.

Technician B's suggestion to wipe down the spark plug wires and the distributor cap is not applicable in this situation. While it is important to keep these components clean for proper engine performance, they wouldn't directly address the issue of stalling or noisy idling after cleaning with hot water spray.

Final answer:

Technician B is correct by suggesting to dry the spark plug wires and distributor cap, as they are likely to cause stalling and noisy idling if they become wet, which is a plausible issue after cleaning an engine with water.

Explanation:

When addressing the issue of an engine stalling or idling noisily after being cleaned with hot water spray, it's important to consider the advice of both Technician A and Technician B. Technician A suggests checking for loose bolts on the flex plate near the torque converter. While this could cause noise, it is less likely to be influenced by engine cleaning with water.

On the other hand, Technician B recommends drying the spark plug wires and the distributor cap, which is a more probable cause as moisture can disrupt the electrical systems necessary for a smooth engine operation. Therefore, in this scenario, C. Technician B is correct.

How do project goals affect project culture and management?
O
A. Project goals do not have an effect on project culture or
management styles.
O
B. The more risk and danger involved in a project, the less
management control is needed.
O
C. Projects with social goals do not require monitoring.
D. Some types of goals and tasks require stricter controls and more
procedures than others.

Answers

Project goals directly affect project culture and management.  Some types of goals and tasks require stricter controls and more procedures than others.

D. Some types of goals and tasks require stricter controls and more  procedures than others.

Explanation:

Project goals determine the end result that needs to be achieved. Project goals have a direct impact on determining the course of action and steps and activities to be done in order to achieve the end results and that too efficiently.

Different project goals have different approaches. For instance, if the goal of a project is to study the trend of behaviours of teenagers, then it will require a different approach and management as compared to a project whose goal is to study the diseases prominent in old age.

Answer:

some types of goals and tasks require stricter controls and more procedures than others

Explanation:

The repeated use of electronic communications, such as chat rooms and email, to seek out, harass, or frighten someone is called __________.

Answers

Answer:

CyberStalking

Explanation:

Stalking over the internet carried out . it target individuals or organisation to stalk and harass

Alexis has six different pieces of jewelry to show and describe on a web page. Two are gold, and the rest are silver. Based on the principles of proximity, how would she display these pieces on her page?
A. She would separate each and provide some distance between
them
B. She would mix the pieces and keep them all close together
C. She would make two columns of jewelry with an equal number of
pieces in each
D. She would group the gold together, and the silver together

Answers

Answer:

She would group the gold together, and the silver together

Explanation:

APEX Verified

Alexis would group the gold together, and the silver displayed  together  pieces on her web page. Option D is correct.

What is the web page?

A web page on the World Wide Web is defined as a hypertext document. A web server sends web pages to the user, who then sees them on a web browser.

A website is made up of several web pages connected by a common domain name. The term “web page” refers to a collection of paper pages that have been bound into a book.

Alexis has six distinct items of jewelry to display and discuss on a website in the scenario at hand. The remaining are silver, with two being gold. She would organize the gold and the silver according to the laws of proximity.

Therefore, option D is correct.

To learn more about the web page, refer to:

https://brainly.com/question/9060926

#SPJ2

Bert started off his working life as a typesetter for a print house. With the advent of new technologies, Bert's job became redundant. Explain the likely cause of the redundancy, and indicate what sort of training Bert might undertake to re-establish himself in the print industry.

Answers

Answer:

Berth's job became redundant because she lacks the computing skills. Perhaps, she has been using manual or analog type writing machine to do her job and was doing it well but with the advent of computer that replaces analog type writer, she will become redundant.

Explanation:

She needs to learn how to use the computer to type and do her job efficiently in the print industry.

Nate plans to apply for an internship. He decides to use one of the templates in Word to write his letter. Which option
should he click to access the Template gallery?
O Home
Insert
New
o Open

Answers

Clicking the New option will click to access the Template gallery.

New

Explanation:

As Nate plans to apply for an internship, he would require a template in Word to write his letter. Nate can have access to a number of templates by using the New option.

Nate can select from the variety of options the Word has to offer. Moreover, he can also go for online search of a template by accessing the bar just above the list of templates in order to suit his needs.

To access the Template gallery in Word, click on the Insert tab and then click on the Template button. This will open a gallery of templates that can use for different types of documents, including letters, resumes, and reports. The second option is correct.

The Insert tab is that it provides users with a variety of tools that they can use to insert different types of content into their documents. This includes text, images, tables, charts, and more.

The Template button on the Insert tab allows users to access a gallery of templates that they can use for different types of documents. Templates are pre-formatted documents that can be used as a starting point for creating new documents. They can save users time and effort by providing them with a basic structure for their documents.

Thus, the second option is correct.

To learn more about template gallery, follow the link:

https://brainly.com/question/14895673

#SPJ3

How many different Roblox games were played in 2018?
A. 10 milion
B. 10,000
C. 34.4 billion
D. Roblox doesnt count how many games

Answers

i think Roblox does not count how many games were created.
Because they are so many people on this app that try developing games and launch some out and that is like close to impossible how many are made.

Answer:

Roblox doesn't count how many games ( D )

Explanation:

Roblox is an online game creation platform where users come and create games using Roblox proprietary engine Roblox studio.the games created by game developers ( users of Roblox ) is done using the programming language LUA which is an object oriented programming language. the game developed by a user can be sold through game passes made by the user through one time purchases, the developer gets paid in the form of Robux earned and the revenue generated by the sale of the game pass is split between the game developer ( roblox user ) and Roblox

there is currently over 100 million active subscribers ( developers ) on Roblox and this developers can develop as much games as possible so Roblox doesn't count how many games .

Research: "How was your experience on site '4chan'?"

Please answer in the box below.

Answers

Answer:

My experience was comfortable

Explanation:

This website is pretty simple and loads fast, there are a lot of images with high quality but only when you click over of the image this expands in the original size.

I could find really helpful information, there are different subjects, but this is not a website for kids for some adult content.

I didn't need to register any information to share content or if you want to ask something and everything is anonymous.

Madison works for Google as an Ethical Hacker. Madison main job responsibility is

to evaluate the security and identify vulnerabilities of a business

to program a virus on our computer

to steal someone's driver's license and credit cards and shops online.

to get data from you by imitating a bank.

Answers

Answer:

to evaluate the security and identify vulnerabilities of a business

Explanation:

Madison is an ethical hacker (white hat hacker), meaning she is hired by companies to make sure that "evil" hackers (black hat hackers) can't hack into their websites.

The correct answer is A. To evaluate the security and identify vulnerabilities of a business

Explanation:

A hacker refers to an individual who was broad knowledge about computers and related areas and uses this to illegally access computer systems. In the case of Ethical Hackers, these are certified experts hired by businesses or companies to try to hack the company's computer system, and in this way, identify or evaluate the security and vulnerabilities in it. This means an ethical hacker performs hacking legally to improve the security of computer systems and in this way, avoid a malicious hacker to break into the system. Therefore, if Madison work as an Ethica Hacker her main responsibility is "To evaluate the security and identify vulnerabilities of a business".

Ann wants to create a bookmark. She should
1.visit the appropriate URL and select the Add Bookmark command
2.select the Internet Options command and enter the appropriate URL
3.enter the word, bookmark in the address bar
4.select the Add Bookmark command and type the appropriate URL

Answers

Answer:

visit the appropriate URL and select the Add bookmark command

Identify and describe the kind of trouble ticket system you would recommend in the following scenario hey small marketing firm does not anticipate much growth over the next 10 years in addition the company anticipate a steady stream of trouble tickets without any peaks

Answers

Answer:

There is no hesitation at all that the company is going through recession, and will for next 10 years. Hence, we need to be crystal clear with our budget for this company, and provide low cost solutions. The company requires trouble ticket system. The simplest can be a back-end service to store trouble ticket details, and with API like ticket check, cancellation on fraud and many such. However, the company can select the most important from this list as well, and leave the remaining, as software company is going to charge for this.  Also. we can build a simple app for the company with APIs that we developed with good design, and we can make use of web socket programming to ensure client server communication, and data transfer. We can make use of the chatbots as well, and that is the cheapest definitely currently.

Explanation:

The answer is self explanatory.

2
4.2.2 Quiz: Network Basics
Question 3 of 10
3 Points
What would be one duty of a network administrator?
O
A. Running a sales meeting
O
B. Installing a new light
O
C. Designing the computer network
O
D. Checking employee applications
SUBMIT

Answers

Out of the given options, the duty of a network administrator is designing the computer network.  

C. Designing the computer network

Explanation:

The name is suggestive enough and clearly references the duties and responsibilities of the network administrator. The network administrator works around the designing, development, and maintenance of the computer network.

The network administrator manages the administration activities of the network rather than running a sales meeting or installing a new light or checking the employee applications which are completely irrelevant in accordance with the concerned post.

The network administrator also performs managerial functions for the staff working under him.

Answer:

c

Explanation:

c

29. If you want to select several icons that are right next to each other, you can click the
you hold down to select the last one (and all of the icons in between)?
A. WINDOWS.
B. ALT.
C. SHIFT.
D. CTRL.

Answers

the answer is: c. shift

Which of these design choices is most likely to improve legibility? A. using a font color that contrasts with the background color B. using a fixed-width font and center-aligning text C. using a variable-width font and justified text D. using a font color of the same hue as the background color

Answers

Answer: The correct answer is A.

Explanation: A is the reason you are able to read text on the computer, phone, or tablet. The black text contrasts with the white background, making the words stand out more, thus allowing you to read the words much more easily.

What is the Multiple Source Test? A. checking to make sure that information can be found in more than one place B. a fact-checking software that tests information found on the Internet C. an amendment that states that all information must be in multiple locations D. a test that provides more than one answer possibility

Answers

Answer:

A

Explanation:

the answer is a because multiple for one multiple means more than one so logically answer a is correct because your just checking in diffrent sources that can provide good evidence for one answer of have the important details to pull together one answer.

Which of the following is not an advanced strategy you may use to help you conduct a search on the Internet?
1.trying a different search engine
2.entering keywords into a Web crawler
3.using a wild card in your search
4.doing a Boolean search

Answers

Answer:

Entering keywords into a Web crawler is not an advanced strategy you may use to help you conduct a search on the Internet.

Explanation:

Answer:

entering keywords into a Web crawler

Explanation:

trust me bro

The function of network switch is to _____.
A) direct traffic between computers
B) turn a computer on
C) arrange connected computers into subgroups
D) split connections

Answers

Answer:Its C.

Explanation:

A bitmap picture can be represented by hexadecimal numbers. Each two-digit hexadecimal number represents a row. To convert a number into a picture, one converts the hexadecimal number into binary, then shades the bitmap according to the binary numbers. Each row represents one byte, that is, eight bits. A zero is a blank square, a one is a shaded square. Consider the bitmap picture below: Which of the following matches the bitmap above?

Answers

Answer:

answer C. 00 38 44 etc.

Explanation:

Divide the bitmap in horizontal strips of 4 pixels (let's call them nibbles).

Use the following table to map each nibble to a hexadecimal number where 0 =white, 1=black:

0000 = 0

0001 = 1

0010 = 2

0011 = 3

0100 = 4

0101 = 5

0110 = 6

0111 = 7

1000 = 8

1001 = 9

1010 = A

1011 = B

1100 = C

1101 = D

1110 = E

1111 = F

Final answer:

Converting hexadecimal numbers to binary is used to create bitmap pictures in computers and technology. Each hexadecimal digit is represented by a four-digit binary number. The binary number then dictates which pixels or squares are to be shaded or left blank.

Explanation:

The process of converting hexadecimal numbers to binary, and then using that binary representation to shade a bitmap picture, falls under the binary representation of numbers in the field of computers and technology. To convert a hexadecimal number into a binary representation, each hexadecimal digit is translated into a four-digit binary number. Each hexadecimal digit corresponds to a binary number ranging from 0000 (for the hexadecimal digit 0) to 1111 (for the hexadecimal digit F).

Each power of two has a position in the binary system; for instance, in an 8-bit byte, the rightmost digit is in the 20 or ones place, while the second digit from the right is in the 21 or twos place, and so forth, up to the leftmost digit which is in the 27 or 128s place. This understanding is crucial for converting decimal numbers to binary. In the proposed bitmap picture, each row represents one byte (eight bits), and each bit corresponds to a shaded or unshaded square in the image.

As an illustration, if the hexadecimal number is 4F, in binary it would be 01001111. When shading the bitmap, the zeroes would correspond to blank squares and the ones to shaded squares. 4F in binary would give us a row with the pattern: blank, blank, shaded, blank, shaded, shaded, shaded, shaded.

How are paragraphs distinguished in a website?

Answers

Answer::

Appearance-wise: Paragraphs are distinguished by a whole row of empty space. There may or may not be an indentation at the beginning of a paragraph.

In programming with HTML: Paragraphs are separated with the opening and closing tags <p>text</p>. It creates an empty line of space after each closing tag.

Answer:

Each page that is present on an online portal or any sort of platform is characterized with having different level and type of content, as it may include the multimedia files along with some of the videos related to that very topic or any project to which the whole set of information posted is related.As, there is the main content or we can say the set of information that is considered more brief and explanatory for the whole page, and the set of information which is present in it. Which is also accompanied by the sub-content or the work that is to add more value to the whole set of information given or the content which is provided on the website's page.Along, with which some extra or we can say the detailed information about the company on which portal or website the whole set of information is published is given to the users or any free folk that has access to such online content.

Which of the following scenarios is most appropriate when shooting with continuous mode?

Answers

Answer:

Sporting events

Explanation:

Other Questions
The sum of all of the yearly deficits is known as __________.Using the example in the video, what would be the national debt if there was a $5 Billion SURPLUS in Year 4? Decreases in the money supply affect the economy indirectly because A. interest rates decrease causing planned investment to increase, which causes an increase in aggregate demand. B. people spend excess money balances and thus, aggregate demand increases. C. interest rates increase, causing planned investment to decrease, which causes a decrease in aggregate demand. D. people have insufficient money balances and thus aggregate demand decreases. E. There is no indirect effect of the money supply on the economy. steam powered vessels and railroadsa. fostered urbanizationb. were first used in eastern europec.led to decreased farm outputd.were pioneered by james hargreaves PLZ HELP I BEG YOU ITS URGENTJames deposited $575 into a bank account that earned 5.5% simple interest each year. If no money was deposited into or withdrawn from the account, how much money was in the account after 2 1/2 years? Round your answer to the nearest cent. Kaplan, Inc. produces flash drives for computers, which it sells for $27 each. The variable cost to make each flash drive is $13. During April, 700 drives were sold. Fixed costs for April were $2 per unit for a total of $1,400 for the month. How much is the monthly break-even level of sales in dollars for Kaplan? Select one: a. $100 b. $2,700 c. $14,000 d. $8,400 A miniature spring-loaded, radio-controlled gun is mounted on an air puck. The gun's bullet has a mass of 7.00 g, and the gun and puck have a combined mass of 150 g. With the system initially at rest, the radio controlled trigger releases the bullet causing the puck and empty gun to move with a speed of 0.530 m/s. What is the bullet's speed? The type of nephritis that involves primarily the glomeruli is known as ____________________. Hemlock Holmes lives in a contributory negligence state. Holmes drank four ounces of straight gin in thirty minutes and became intoxicated. Then on an unlighted street, he walked without looking from between two parked cars in front of a speeding car. The driver was unable to stop before hitting Holmes. Holmes sued to the driver to recover damages for his injuries. Will Holmes win In which of the following situations would you expect to find the largest number of K-selected individuals?A) a recently abandoned agricultural field in OhioB) the sand dune communities of south Lake MichiganC) the flora and fauna of a coral reef in the CaribbeanD) South Florida after a hurricaneE) a newly emergent volcanic island Stuck on this please help Find f(x) and g(x) so that the function can be described as y = f(g(x)).y= 8/sqareroot of 2x+4f(x) = 8, g(x) = square root of quantity two x plus four. f(x) = square root of quantity two x plus four., g(x) = 8 f(x) = eight divided by x., g(x) = 2x + 4 f(x) = eight divided by square root of x., g(x) = 2x + 4 Please help please help why is profit the major determinant of the amount a producer is willing to supply When preparing the budgeted income statement of a merchandising company, the amount of cost of goods sold can be taken from the When an object rolls over a surface, the kind of friction that occurs is calledround frictionA. TrueB. False A 2 000-kg sailboat experiences an eastward force of 3 000 N by the ocean tide and a wind force against its sails with a magnitude of 6 000 N directed toward the northwest (45 N of W). What is the magnitude of the resultant acceleration? with steps, please. Sunland Company had two issues of securities outstanding: common stock and an 9% convertible bond issue in the face amount of $15350000. Interest payment dates of the bond issue are June 30th and December 31st. The conversion clause in the bond indenture entitles the bondholders to receive forty shares of $20 par value common stock in exchange for each $1000 bond. On June 30, 2018, the holders of $2302500 face value bonds exercised the conversion privilege. The market price of the bonds on that date was $1200 per bond and the market price of the common stock was $35. The total unamortized bond discount at the date of conversion was $980000. In applying the book value method, what amount should Sunland credit to the account "paid-in capital in excess of par," as a result of this conversion? Some developmental psychology researchers use the term "infant " to describe the initial important connection to a caregiver that provides a foundation for later development. Suppose that a countrys annual growth rates over a 10-year period are as follows: Year Growth Rate 1 5% 2 3 3 4 4 1 5 2 6 2 7 3 8 4 9 6 10 3 Instructions: In part a, round your answer to 1 decimal place. In part b, enter your answers as whole numbers. a. What was the countrys trend rate of growth over this period? A local finance company quotes an interest rate of 17.1 percent on one-year loans. So, if you borrow $20,000, the interest for the year will be $3,420. Because you must repay a total of $23,420 in one year, the finance company requires you to pay $23,420/12, or $1,951.67, per month over the next 12 months. Is the interest rate on this loan 17.1 percent?a. What rate would legally have to be quoted? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.)b. What is the effective annual rate? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16. Steam Workshop Downloader