What invention do you wish existed during this quarantine? (I have to do a sales pitch for an invention in Spanish, the invention can be related to quarantine or after quarantine too.)

Answers

Answer 1

Answer:

Money

Explanation:

Car Insurance


Related Questions

for this assignment, we'll be using this data to study bike usage in washington d.c. based on the granularity and the variables present in the data, what might some limitations of using this data be? what are two additional data categories/variables that you can collect to address some of these limitations?

Answers

For managing transportation infrastructure, particularly during disruptions or around new developments, short-term demand forecasting is crucial.

Due to "tidal flows" of travel and use, many bike-sharing programs struggle to manage service provision and bike fleet rebalancing. Although short-term traffic demand estimates and machine learning techniques like deep neural networks have recently advanced, relatively few studies have looked into this issue utilizing a feature engineering approach to guide model selection. From real-world bike usage records, this study extracts unique time-lagged variables, such as network node Out-strength, In-strength, Out-degree, In-degree, and PageRank, that describe graph topologies and flow interactions. According to the experiment's findings, graph-based features are more crucial for demand forecasting than more widely used meteorological data.

Learn more about demand here-

https://brainly.com/question/14456267

#SPJ4

Quick Please
You are planning a program to find the amount of food needed by a dog based on its weight. You tell your user to feed the dog two cups of food each day.

Which planning step is associated with that task?


Check the accuracy of your calculations and data manipulations.

Perform any needed calculations or data manipulations.

Define the problem precisely.

Communicate the results, along with an interpretation as needed.

Gather data.

Answers

Answer:

Explanation:

gather data

can you mark me as the brainiest please

Which of the following statements about Type I and Type II virtualization are true?
(Choose all that apply.)

A. In Type I virtualization, the hypervisor runs on top of a host OS.
B. In Type I virtualization, the hypervisor runs directly on the computer hardware.
C. In Type II virtualization, the hypervisor runs on top of a host OS.
D. In Type II virtualization, the hypervisor runs directly on the

Answers

The correct statements about Type I and Type II virtualization are: In Type I virtualization, the hypervisor runs directly on the computer hardware and In Type II virtualization, the hypervisor runs on top of a host OS. So, options B and C are correct answer.

Type I virtualization, also known as bare-metal virtualization, involves the hypervisor running directly on the computer hardware without the need for a host operating system. This allows for better performance and efficiency as the hypervisor has direct access to hardware resources.

Type II virtualization, on the other hand, involves the hypervisor running on top of a host operating system. This means that the hypervisor relies on the host OS for resource management and other functions. This type of virtualization is commonly used in desktop environments and is often referred to as hosted virtualization.

Therefore, options B and C are the correct statements about Type I and Type II virtualization.

To learn more about virtualization: https://brainly.com/question/23372768

#SPJ11

a report in memo or email format is probably not distributed in hard or print copy in today’s office.

Answers

Reports in memo or email format are typically not distributed in hard or print copy in today's office.

With the increasing use of digital communication tools and advancements in technology, offices have transitioned towards paperless environments. Memos and emails are commonly used for internal communication, and their digital format allows for easy distribution, storage, and retrieval. Sharing reports electronically offers several advantages, such as cost savings on printing and distribution, faster delivery, and the ability to reach a wider audience across different locations. Additionally, digital reports can be easily updated or modified, ensuring that recipients always have access to the most recent information. Furthermore, electronic formats enable the inclusion of interactive elements, such as hyperlinks, multimedia, and embedded data visualizations, enhancing the overall presentation and understanding of the report's content. Overall, the shift towards digital distribution of reports through memos or emails reflects the efficiency and convenience offered by modern technology in today's office environments.

Learn more about Memos and emails here:

https://brainly.com/question/31239601

#SPJ11

Write a program to output the signal status based on the signal colour taken as input.
SIGNAL COLOR SIGNAL STATUS
RED STOP
YELLOW WAIT
GREEN GO

Answers

Answer:

colour = "YELLOW"

signalMap = {  

 "RED" : "STOP",

 "YELLOW" : "WAIT",  

 "GREEN" : "GO"

}

print(colour + " means " + signalMap[colour])

Explanation:

Since python doesn't have switch statements, this map is a useful alternative.

What subject is this

__ allow(s) users with mobility issues to control the computer with their voice.

Speech input software

Tracking devices

Head pointers

Text-to-speech

Answers

Answer:

Speech input device

Explanation:

I think this is the answer

Answer: speech input software

Explanation: got it right on edgen

1. Sunday Times wants an analysis of the demographic characteristics of its readers. The

Marketing department has collected reader survey records containing the age, gender, marital

status, and annual income of readers. Design an application (Flowchart) that accepts reader

data and, when data entry is complete, produces a count of readers by age groups as follows:

under 20, 20–29, 30–39, 40–49, and 50 and older. Hint: Refer to the program discussed in

class Figure 6-15




2. Create the logic (Flowchart) for a program that calculates and displays the amount of money

you would have if you invested R10000 at 4 percent simple interest for one year. Create a

separate method to do the calculation and return the result to be displayed.

The main program (Flowchart) should prompt the user for the amount of money and passes it

to the interest-calculating method. ​

Answers

Answer:

GIRL

Explanation:

DALAGANG FILIPINA

14 YEARS OLD

NEED FRIENDS



1.What are Styles ? What are the advantages of using styles
2.Give any four styles supported by OpenOffice.org
3.How can we create our own styles

Answers

Answer:

1.Advantages of using Styles

Using styles enables you to quickly modify the look of a document, instead of manually formatting all the separate components. Using styles encourages a consistent format and look to your documents. Allows you to quickly apply multiple formatting settings to portions of a document.

2.OpenOffice.org Writer has five types of styles:

Paragraph styles affect an entire paragraph.

Character styles affect a block of text inside a paragraph.

Page styles affect page formatting (page size, margin, and the like).

Frame styles affect frames and graphics.

3.Right-click the text on which you want to base a new style. In the mini toolbar that appears, click Styles, and then click Create a Style. In the Create New Style from Formatting dialog box, give your style a name and click OK. Your new style will now appear in the Styles gallery.

Explanation:

Can you please mark me as brainlest?

Hope it helps you!

:>

how to fix your account has been disabled in the app store and itunes

Answers

If your account has been disabled in the App Store and iTunes, there are a few things you can do to try and resolve the issue:

How to resolve the issue

Contact Apple Support: They will be able to help you determine the reason for the account disablement and guide you through the necessary steps to regain access.

Check your payment information: Make sure your payment information is up-to-date and accurate. Sometimes, disabled accounts can be the result of payment issues.

Reset your password: If you suspect your account has been compromised, reset your password immediately to prevent further unauthorized access.

Read more about account reset here:

https://brainly.com/question/30249656

#SPJ1

is an amount paid based on the volume of products or services that a salesperson sells

Answers

Answer:

should be commission

Explanation: i took this class a while back, hope this helps man

Assignment 4: Evens and Odds

Assignment 4: Evens and Odds
Assignment 4: Evens and Odds

Answers

n = int(input("How many numbers do you need to check? "))

even = 0

odd = 0

for x in range(n):

   num = int(input("Enter number: "))

   if num % 2 == 0:

       print(str(num) + " is an even number.")

       even += 1

   else:

       print(str(num) + " is an odd number.")

       odd += 1

print("You entered "+str(even)+" even number(s).")

print("You entered "+str(odd)+" odd number(s).")

This works for me. Best of luck.

The program checks if user supplied integers are even or odd and displays the appropriate value. The program is written thus in python 3 ;

n_check = int(input("How many numbers do you need to check? "))

#number of values user wishes to test

even_count = 0

odd_counts = 0

for n in range(n_check):

num = int(input("Enter number: "))

if num % 2 == 0:

#even numbers leave no remainder when divided by 2

print(str(num) + " is an even number.")

even_counts+= 1

#increase count of even numbers

else:

print(str(num) + " is an odd number.")

odd_counts += 1

print("You entered "+str(even_counts)+" even number(s).")

print("You entered "+str(odd_counts)+" odd number(s).")

#display the number of even and odd numbers entered.

Learn more : https://brainly.com/question/24171161

Based on the code you created in this Unit, propose a way to re-use most of the code (with different information in the variables like "city" and "rates") for a part of a similar app that isn't related to parking at all. The app can be small-scale or large scale, but should be clearly connected to the code you've written (you can defend your proposal if the connection is not immediately obvious).

Answers

Answer:

Is this a question or an answer

hy does payments constitute such a large fraction of the FinTech industry? (b) Many FinTech firms have succeeded by providing financial services with superior user interfaces than the software provided by incumbents. Why has this strategy worked so well? (c) What factors would you consider when determining whether an area of FinTech is likely to tend towards uncompetitive market structures, such as monopoly or oligopoly?

Answers

(a) lengthy and complex processes for making payments (b)  legacy systems and complex interfaces (c) regulatory requirements and substantial initial investment, can limit competition

(a) Payments constitute a significant portion of the FinTech industry due to several factors. First, traditional banking systems often involve lengthy and complex processes for making payments, leading to inefficiencies and higher costs. FinTech firms leverage technology and innovative solutions to streamline payment processes, providing faster, more secure, and convenient payment options to individuals and businesses. Additionally, the rise of e-commerce and digital transactions has increased the demand for digital payment solutions, creating a fertile ground for FinTech companies to cater to this growing market. The ability to offer competitive pricing, improved accessibility, and enhanced user experience has further fueled the growth of FinTech payment solutions.

(b) FinTech firms have succeeded by providing financial services with superior user interfaces compared to incumbents for several reasons. Firstly, traditional financial institutions often have legacy systems and complex interfaces that can be challenging for users to navigate. FinTech companies capitalize on this opportunity by designing user-friendly interfaces that are intuitive, visually appealing, and provide a seamless user experience. By prioritizing simplicity, convenience, and accessibility, FinTech firms attract and retain customers who value efficiency and ease of use. Moreover, FinTech companies leverage technological advancements such as mobile applications and digital platforms, allowing users to access financial services anytime, anywhere, further enhancing the user experience.

(c) Several factors contribute to the likelihood of an area of FinTech tending towards uncompetitive market structures such as monopoly or oligopoly. Firstly, high barriers to entry, including regulatory requirements and substantial initial investment, can limit competition, allowing a few dominant players to establish market control. Additionally, network effects play a significant role, where the value of a FinTech service increases as more users adopt it, creating a competitive advantage for early entrants and making it challenging for new players to gain traction. Moreover, data access and control can also contribute to market concentration, as companies with vast amounts of user data can leverage it to improve their services and create barriers for potential competitors. Lastly, the presence of strong brand recognition and customer loyalty towards established FinTech firms can further solidify their market position, making it difficult for new entrants to gain market share.


To learn more about technology click here: brainly.com/question/9171028

#SPJ11

True or False? Wireless connections that use a higher frequency are faster but have a shorter range.
True
False

Answers

Answer:

it's a True statement

You are required to write a program which will convert a date range consisting of two
dates formatted as DD-MM-YYYY into a more readable format. The friendly format should
use the actual month names instead of numbers (eg. February instead of 02) and ordinal
dates instead of cardinal (eg. 3rd instead of 03). For example 12-11-2020 to 12-11-2022
would read: 12th of November 2020 to 12th of November 2022.
Do not display information that is redundant or that could be easily inferred by the
user: if the date range ends in less than a year from when it begins, then it is not
necessary to display the ending year.
Also, if the date range begins in the current year (i.e. it is currently the year 2022) and
ends within one year, then it is not necesary to display the year at the beginning of the
friendly range. If the range ends in the same month that it begins, then do not display
the ending year or month.

Rules:
1. Your program should be able to handle errors such as incomplete data ranges, date
ranges in incorrect order, invalid dates (eg. 13 for month value), or empty values
2. Dates must be readable as how they were entered

Answers

The program which will convert a date range consisting of two dates formatted as DD-MM-YYYY into a more readable format will be:

from datetime import datetime

def convert_date_range(start_date, end_date):

   start_date = datetime.strptime(start_date, '%d-%m-%Y')

   end_date = datetime.strptime(end_date, '%d-%m-%Y')

   return f"{start_date.strftime('%B %d, %Y')} - {end_date.strftime('%B %d, %Y')}"

# Example usage:

start_date = '01-04-2022'

end_date = '30-04-2022'

print(convert_date_range(start_date, end_date))  # Output: April 01, 2022 - April 30, 2022

How to explain the program

In this code example, we first import the datetime module, which provides useful functions for working with dates and times in Python. Then, we define a function called convert_date_range that takes in two arguments, start_date and end_date, which represent the start and end dates of a range.

Inside the function, we use the datetime.strptime() method to parse the input dates into datetime objects, using the %d-%m-%Y format string to specify the expected date format. Then, we use the strftime() method to format the datetime objects into a more readable string format, using the %B %d, %Y format string to produce a string like "April 01, 2022".

Learn more about program on:

https://brainly.com/question/1538272

#SPJ1

Which of the following CORRECTLY matches the person/party who needs the knowledge of ERP systems and its corresponding purpose?

a.

IT auditor – Design the processes and customizes them to meet the management’s requirements.

b.

Integration partner – Assists in business case development, package selection, and business process analysis.

c.

End user – Maintains the accuracy, reliability, completeness, security and privacy of the ERP software.

d.

Software developer – Works with the ERP systems on a daily basis in his particular business context.

Answers

The CORRECT match for the person/party who needs the knowledge of ERP systems and its corresponding purpose is IT auditor – Design the processes and customizes them to meet the management’s requirements.

This is option A

The purpose of Enterprise Resource Planning (ERP) system is to provide a solution for efficient business management by integrating all the functions of an enterprise into a unified system. An IT auditor is responsible for designing the processes and customizing them to meet management's requirements.Therefore, option (a) is the correct answer.

So, the correct answer is A

Learn more about business processes at

https://brainly.com/question/15591589

#SPJ11

what are backup storage device of computer ?​

Answers

Sd/ external hard drives
A backup storage device is used to make copies of data that is actively in use. Backup machines provide redundancy of data residing on primary storage. Should the storage medium, such as a hard disk drive (HDD), fail or become corrupted, the original data is recovered from copies on the backup hardware.

Which of the following is considered true regarding computers?

They can multitask and process information much faster than humans.
They have emotions and can think creatively.
They are living and breathing organisms.
They rely on food to function properly.

Answers

They can multitask and process info faster

if i don't convert type to outlines in illustrator, does the viewer need to have the fonts installed? Yes/No

Answers

Yes, if you don't convert the type to outlines in Illustrator and the viewer does not have the fonts installed on their computer, the text will not display correctly.

This is because when you create text in Illustrator, it uses the fonts installed on your computer to display the characters. If you send the file to someone who does not have those fonts installed, their computer will substitute a different font, which may not match the original design.

However, if you convert the text to outlines, the font is no longer required and the text will be displayed as a graphic, which can be viewed correctly regardless of the viewer's installed fonts. It's important to note that converting text to outlines can make it more difficult to make edits later, so it's recommended to keep a copy of the original file with the live text intact.

Learn more about fonts here:

https://brainly.com/question/14934409

#SPJ11

Which crew is responsible for everything on the set that is NOT electrical? Question 9 options: general crew grip crew key crew maintenance crew

Answers

The crew that responsible for everything on the set that is NOT electrical is option C: key crew.

What components make up a film crew?

Those who collaborate to make and produce films are known as film crews. Depending on the kind of movie being made, they typically include directors, producers, actors, cinematographers, editors, costume designers, and many other different types of crew members.

Hence, The assembling, disassembling, removing, and upkeep of musical and theatrical production equipment for stage performances is the responsibility of the production crew. Additionally, they move and maintain equipment between performances.

Learn more about Production crew from

https://brainly.com/question/28931927
#SPJ1

Mobile first design is important because ______.
a. developers must provide simplified user experiences for apps that run on small screens
b. sales of personal computers have surpassed sales of smartphones
c. developers can only write apps for one platform
d. smartphones generally have more processing power than laptops

Answers

Mobile first design is important because a. developers must provide simplified user experiences for apps that run on small screens. Mobile first design is used to appears the feature which provide users what they need.

Mobile-first design can be described as a performing in which web designers begin to create design for mobile devices first. Mobile-first design can be done by sketching or prototyping the web app's design for the smallest screen first and gradually working up to larger screen sizes. Mobile-first is crucial because it makes a web designer to focus only on the essentials, thus showing a better user experience on mobile devices. Since the web designer has little space to play with, they must focus on the content that is needed to user interface (UI) components.

Learn more about Mobile first design here, https://brainly.com/question/26178935

#SPJ4

A technician wants to replace a failing power supply on a high-end gaming computer. which form factor should the technician be looking for?

Answers

A technician need to use the form factor or the  technician be looking for what we call EPS12V.

What is an EPS power connector?

The EPS connector is known to be used to supply power to the  motherboard CPU socket and the PCI is known to be one that functions to express connector.

Note that this is said to be a server standard (EPS12V) and it is also known to be one that can be said to be a desktop standard (ATX12V).

Note that the EPS12V is one that is known to always be seen in an 8-pin CPU connector and therefore, A technician need to use the form factor or the  technician be looking for what we call EPS12V.

Learn more about technician from

https://brainly.com/question/2328085

#SPJ1

which of the following devices are said to be parts of a specialty wlan infrastructure

Answers

The devices that are considered parts of a specialty WLAN (Wireless Local Area Network) infrastructure include:

Wireless Access Points (WAPs): These devices are used to provide wireless connectivity to client devices within a specific coverage area.

Wireless Controllers: These devices manage and control multiple access points in a WLAN network, providing centralized management, security, and coordination.

Wireless Bridges: These devices are used to connect separate WLAN networks or extend the coverage of an existing WLAN by creating a wireless link between two or more access points.

Wireless Mesh Nodes: These devices form a wireless mesh network, where each node can communicate with neighboring nodes to create a self-configuring and self-healing wireless infrastructure.

Wireless Repeaters: These devices receive and retransmit wireless signals to extend the coverage range of an existing WLAN.

These devices, when used together, form a specialized infrastructure to meet specific requirements or cater to specific WLAN deployment scenarios.

learn more about WLAN here

https://brainly.com/question/31765506

#SPJ11

Select the correct answer.
Read these lines from a news report. What type of lead do you think the reporter has used in the article?
On New Year's Eve, the aroma of freshly baked cake attracted John's attention to an old cottage, bringing back memories of his childhood. His
curiosity changed his life forever.
O A direct lead
OB. delayed lead
OC. question lead
OD. combination lead

Answers

Answer:

Explanation:

ob delayed lead

Which of the following statements is false? a. As of Java SE 8, any interface containing only one method is known as a functional interface. b. There are many functional interfaces throughout the Java APIs. c. Functional interfaces are used extensively with Java SE 8â s new lambda capabilities. d. Anonymous methods provide a shorthand notation for creating lambdas.

Answers

Answer:

d. Anonymous methods provide a shorthand notation for creating lambdas.

Explanation:

Java SE 8, is Standard Edition of Java. It is a computing platform for deployment of portable code for servers. The statement that is not correct is anonymous method provide shorthand notation. Lambda expression are added in Java 8, which enables to treat functionality as method argument code or data. Lambda expression can be passed around as it is an object executed on demand.

Consider a set of n independent tasks. All tasks arrive at t = 0. Each task Ti is characterized by its computation time Ci and deadline Di. Prove that EDF is optimal for both preemptive AND non-preemptive cases.
please type the answers

Answers

Earliest Deadline First (EDF) is optimal for both preemptive and non-preemptive cases in managing independent tasks with computation times and deadlines. It ensures the efficient use of system resources.

Earliest Deadline First (EDF) is an optimal scheduling algorithm for managing a set of n independent tasks, arriving at t=0, with computation time Ci and deadline Di. It works by prioritizing tasks based on their deadlines, serving the task with the earliest deadline first.

In the preemptive case, EDF allows preemption, meaning that a task can be interrupted to make room for a higher priority task. When a new task arrives, EDF checks if it has an earlier deadline than the current task. If so, it preempts the current task, ensuring that tasks with the earliest deadlines are always served first. This method guarantees optimal scheduling since no deadlines are missed if a feasible schedule exists.

In the non-preemptive case, EDF does not allow tasks to be interrupted once they have started. Despite this limitation, EDF remains optimal for independent tasks. Tasks are sorted by their deadlines, and the scheduler picks the earliest deadline task without interrupting any ongoing tasks. As tasks are independent, their execution order does not affect each other's deadlines. This ensures that tasks are executed as close as possible to their deadlines, minimizing the chances of missing any deadlines.

Thus, EDF is optimal for both preemptive and non-preemptive cases in managing independent tasks with computation times and deadlines. It ensures the efficient use of system resources while minimizing the likelihood of missing task deadlines.

Learn more about preemptive and non-preemptive here:

https://brainly.com/question/29524883

#SPJ11

Edhesive test 3 does anyone know the answer

Edhesive test 3 does anyone know the answer

Answers

Answer:

I think it is B. To make a follow-up True/False decision

Explanation:

The keyword, elif can be used like this.

>>> x = "Hello World"

>>> if x == "Hello World": # Returns False since x is equal to Hello world

>>> print("x is True")

>>> elif x is False: # Returns False since x is not False

>>> print("x is False")

>>> else: # Returns False since x is equal to "Hello World"

>>> print("x is True and has uknown value")

State one criteria that makes a piece of malware a virus.

Answers

Answer: Self replication

Explanation: Malware is a catch-all term for any type of malicious software, regardless of how it works, its intent, or how it's distributed. A virus is a specific type of malware that self-replicates by inserting its code into other programs.

How t f did i get this wrong

How t f did i get this wrong

Answers

Answer: #3 is 3/4, just subtraction I believe, and for #4, triangles aren't my strong pint, but I think 2.625. Again, you may need to double check

Amaya is looking for a hardware chip or integrated circuit (IC) that can be programmed by the user to carry out one or more logical operations, can be reprogrammed when needed, and can be configured by either the user or designer. Which option should Amaya select

Answers

A hardware chip or integrated circuit (IC) that can be programmed by the user such as Amaya, to carry out one or more logical operations is: Field-programmable gate array (FPGA).

What is a hardware?

A hardware can be defined as a physical component of an information technology (IT) or computer system that can be seen, programmed, and touched by the end users.

In Computer technology, a field-programmable gate array (FPGA) refers to a type of hardware chip or integrated circuit (IC) that can be programmed by the user, so as to perform one or more logical operations. Also, it can be reprogrammed when the need arises and configured by both the user and designer.

Read more on hardware here: brainly.com/question/959479

Other Questions
Do you think we should keep the Electoral college if so why, and if not why? The following program includes 10 cities that two people have visited. Write a program that creates: 1. A set all_cities that contains all of the cities both people have visited. 2. A set same_cities that contains only cities found in both person1_cities and person2_cit ies. 3. A set different_cities that contains only cities found in only person1_cities or person2_cities. Sample output for all cities: ['Accra', "Anaheim', 'Bangkok', 'Bend', 'Boise', 'Buenos Aires', "Caro', "Edmonton', 'Lima', "London', 'Memphis', 'Orlando', 'Paris', 'Seoul', 'Tokyo', 'Vancouver', 'Zurich'] NOTE Because sets are unordered, they are printed using the sorted() function here for comparison. Can someone help just zoom in How do biological systems overcome the high activation barrier of nitrogen fixation? O by oxidizing NAD+ to NADH O by increasing the partial pressure of N2 O by oxidizing NADH to NAD+ by binding and hydrolyzing ATP O by increasing the temperature of the system The tissue that contracts and moves various parts of the body is:A) epithelial tissueB) connective tissueC) nerve tissueD) muscle tissue a plant that is about to start the dark phase of photosynthesis is missing a critical enzyme needed to add carbon to organic molecules. this enzyme is called . How do i solve for x What are the advantages of cloud computing over computing on premises? You have been appointed Operations Manager of a new company that makes power tools. Plant safety is one of your key responsibilities. Describe the safety management system you would implement to ensure that accidents do not happen in your plant. 1. Lines 1-2: What does it mean to be "allied"? What might "allied with grew" suggest about the storys theme? What evidence in lines 1-2 support this inference 2. Lines 15-17: How does the author use personification in these lines? How does this use of personification reveal the narrators feelings about plants 3. Lines 59-66: What examples in these lines reveal the narratives essential message? How do they reveal it?4. Lines 69-71: What figurative expression is in these lines? What comparison is being made? How does this support the theme?5. Line 98-105: Analyze line 105 and explain what the author means by "carry a bucket". How does this further reinforce the storys moral/lesson? 1. For each incomplete expression, indicate the number that will result in the expressionbeing equal to 0.Expression2 -3 +4-5+6-7+Answer PPP and Cash Flows Boston Co. will receive 1 million euros in 1 year from selling exports. It did not hedge this future transaction. Boston believes that the future value of the euro will be determined by purchasing power parity (PPP). It expects that inflation in countries using the euro will be 12 percent next year, while inflation in the United States will be 7 percent next year. Today the spot rate of the euro is $1.46, and the 1-year forward rate is $1.50. a. Estimate the amount of U.S. dollars that Boston will receive in 1 year when converting its euro receivables into U.S. dollars. what to do if my writing supplemental didn't submit on common app for a college after the deadline passed 5. A ___________________ is a mostly dry riverbed that usually has steep box-like sides. Richard and Stephen win some money and share it in the ratio 1:3. Richard gets 14. How much did Stephen get? Sustainable development is crucial for all developmentendeavours. Reflect on this statement by discussing: the meaningof sustainable development, and its three (3) pillars climatechange explain how the story of the berlin walllinks to an external site. by marc fisher represents this genre. what attributes make it a work of creative nonfiction instead of just a news article? What was another notable outcome(s) of the Griswold v. Connecticut decision, the case that stated that Connecticut's law on the use of contraception among a married couple was an undue burden intrusion onto an area of privacy -- marriage Write an essay that answers the following question: Was the United States justified in going to war against Mexico in 1846?Use the primary source material on pages 35 of this document and the information in Chapter 16 to help you answer the question and provide support for your answer. Refer to the scoring rubric on the last page to see how your essay will be scored. Write an essay that answers the following question: Was the United States justified in going to war against Mexico in 1846? A true commitment to character will involve_A. study of the character traitsB. a life coachC. mastery of all character traitsD. growth in each character trait