Develop the IPO chart to calculate the area of a Triangle

Answers

Answer 1

The IPO chart to calculate the area of a Triangle is given below:

The Formula

at=area of triangle

b=Bredth ,h=height.

Formula=0.5×b×h.

Algorithm:

-Step 1:-Start.

Step 2:-Declare at,b,has float.

Step 3:-Initialize value of b and h.

Step 4:-Calculate at 0.5×b×h.

Step 5:-print area of triangle .

Step 6:-End.

Read more about algorithms here:

https://brainly.com/question/13800096

#SPJ1


Related Questions

true or false: the network access server handles the actual authentication in a radius scheme.

Answers

False. The network access server does not handle the actual authentication in a radius scheme.

The Network Access Server purely relays authentication messages between the client and the RADIUS server. The Network Access Server does not perform actual authentication. The RADIUS maintains user profiles of in all remote servers in a central database.

Clients do not communicate directly with the RADIUS server. Instead, the authentication is routed through the Network Access Server but it does not handle the actual authentication in a radius scheme. The Network Access Servers controls access to a network enabling the RADIUS client communicate with the RADIUS server.

To learn more on Network Access Server: brainly.com/question/20216789

#SPJ4

Writing a story with proper sequence and organization is important because. it helps the reader understand the story.stories can be confusing.it helps the reader match the pictures to the text.stories can be in any order

Answers

Writing a story with proper sequence and organization is important because it helps the reader understand the story.

What is Storytelling?

This refers to the narration that is done to show the sequence of action in a scene.

Hence, we can see that Writing a story with proper sequence and organization is important because it helps the reader understand the story and this is known as outlining.

The use of outlines and plots when writing a story is important as the reader is able to follow the sequence of action and better understand them.

Read more about storytelling here:

https://brainly.com/question/24292088

#SPJ1

A network in which communication passes from one member to the next in a sequintial pattern is referred to as a?

Answers

A network in which communication passes from one member to the next in a sequential pattern is referred to as a chain network.

A network that facilitates conveyance and conversation among staff members or a team is known as the communication network. It serves as a means of communication within an organization. Different types of communication networks include wheel network, Y network, chain network, circle network, and all channel or star network.

The chain network includes a step-by-step process where the information flows vertically upwards or downwards. This type of network is usually used in organizations with several levels of authority and administration. As compared to other networks, the chain network is not so fast as the message has to pass gradually from the top authority level step by step to the lowest level.

To learn more about chain networks, click here:

https://brainly.com/question/16237495

#SPJ4

write pseudocode for a program that asks the user for length and width of a rectangular room, and then displays the room’s area the program must multiply the width by the length in order to determine the area.

Answers

The pseudocode for a program that asks the user for length and width of a rectangular room, and then displays the room’s area

The Pseudocode

Set width to zero

Set length to zero

Set area to zero

Print “Enter the width: “

Read width

Print “Enter the length: “

Read length

area = width * length

Print area

The above pseudocode is a simple to follow and understand sequence of steps to create a program.

First it sets the width, length and area to zero and then requests an input from the user before it displays and calculates the area which is width * length.

Read more about pseudocodes here:

https://brainly.com/question/24953880

#SPJ1

With the traditional file processing approach, each application shares data files, thus enabling much data sharing.
a. true
b. false

Answers

It is false that the standard file processing approach allows for extensive data sharing because each program shares data files.

All of the information was stored in various computer files in this wholly computerized system. Additionally, the way that traditional file systems store data makes it redundant because each department of an organization has its own set of files.

These are traditional file processing system characteristics:

Data from an organization is kept in a collection of files.Data-carrying files are independent of one another.The files were created using the programming languages COBOL, C, and C++.Each file includes information for a particular department or region, such as the library, tuition, and exams for students.It has several restrictions and is less adaptable.

Learn more about traditional file processing system https://brainly.com/question/14525283?

#SPJ4

________ software can be copied, modified, and redistributed without paying a fee.

Answers

Open source software can be copied, modified, and redistributed without paying a fee.

The types of software license.

In Computer technology, there are four (4) main types of software programs based on usage rights and these include the following:

Shareware softwareFreeware softwarePurchased licenseOpen source software

What is an open source software?

In Computer technology, an open source software can be defined as a terminology which is used to describe a type of software that all end users can use or modify for free without paying any license fee (money).

Read more on software here: brainly.com/question/25703767

#SPJ1

A company has drafted an insider-threat policy that prohibits the use of
external storage devices. Which of the following would BEST protect the
company from data exfiltration via removable media?
O Implementing a group policy to block user access to system files
O Monitoring large data transfer transactions in the firewall logs
1 point
Blocking removable-media devices and write capabilities using a host-based security
tool
Developing mandatory training to educate employees about the removable media
policy

Answers

The option that is a form of protection that the company can do from data exfiltration via removable media is by Blocking removable-media devices and write capabilities using a host-based security tool.

What is data exfiltration?

A data exfiltration is known to be a term that connote  the theft or the unauthorized deletion or transfer of any kind of data from a device.

Note that Data exfiltration is one that is said to be involved when a cyber criminal is known to be stealing data from any kind of personal or corporate devices.

These data can be obtained from computers as well as mobile phones, through a lot of cyberattack methods.

Therefore, The option that is a form of protection that the company can do from data exfiltration via removable media is by Blocking removable-media devices and write capabilities using a host-based security tool.

Learn more about data exfiltration from

https://brainly.com/question/28412250

#SPJ1

five example of hybrid computer?

Answers

Answer:

gasoline stationelectrocardiogram machine ultrasound machine monitoring machine research and production industries

Explanation:

hope this is useful for u

an introduction to programming using python david i. schneider isbn 0-13-405822-4 first edition, 2016. pearson higher education, inc. pdf

Answers

Answer:

Сорп

Explanation:

Погппигпгмгмгпгпгппгп

_________________ is a set of commands used to control a databases, which includes security.

Answers

DCL or Data Control Language is a set of commands used to control a databases, which includes security. A data control language (DCL) is a computer programming language with syntax intended to manage access to data kept in databases.

It is specifically a component of Structured Query Language (SQL). Data Control Language is one of the logical groupings of SQL Commands. The predominant language used by relational database management systems is SQL. You can put data into a database, delete or change data there, or retrieve data from a database by using SQL commands. Database systems use SQL, but many also contain proprietary extensions of their own that are typically only used within the database system.

Learn more about database https://brainly.com/question/6447559

#SPJ4

a hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, but disguises it as something else to make it difficult to detect. which attack vector has this attacker chosen to use?

Answers

Since the hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, the attack vector that this attacker has chosen to use is known to be virus.

What is a Computer virus?

A computer virus is known to be a kind or a type of computer program/software that if it is said to be executed, it tends to  replicates itself and by so during it alters aa well as modify other computer programs as well as also insert its own code.

Note that when the work of  replication is said to be done on that system, the affected aspect of the computer system are then said to be "infected" with what we call a computer virus and this is known to be a metaphor that was obtained from biological viruses.

Therefore, based on the above, one can say that since the hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, the attack vector that this attacker has chosen to use is known to be virus.

Learn more about computer virus from

https://brainly.com/question/26128220

#SPJ1

your colleague has 15 years of log files full of performance data. the data needs to be sorted, but the file sizes are so big that it's impossible to load them all into memory at once. your colleague decided to use a merge sort to divide the data into smaller chunks, sort them recursively, then merge results to produce the final sorted file with all data.

Answers

Using the knowledge of computational language in python we can write the code as data into smaller chunks, sort them recursively, then merge results to produce the final sorted file with all data.

Writting the code:

import java.util.*;

public class Main {

public static void merge(String data)

{

// the input is String data which holds to sorted array separated by semicolon

// split the data string based on the semicolon in the variable arr

// arr[0] represents first sorted array and arr[1] represents second one.

String arr[]=data.split(";");

if(arr[0]==null||arr[1]==null) {

System.out.println(data);

return ;

}

String sorted_result=""; // to store the sorted alhanumeric character separated by comma

String pair=""; // to store the comparision pair

int i=0,j=0;

while(i<arr[0].length()&&j<arr[1].length())

{

// we get the character denoted by first and second in a and b variable

char a=arr[0].charAt(i);

char b=arr[1].charAt(j);

if(a<b) // if the character of first array is smaller than second

{

// we are increamenting i by 2 because there is comma character available at i+1

// so for getting next character we increament by 2

// also add pair of comparision between (a,b)

sorted_result+=a+",";

pair+="("+a+","+b+") ";

i=i+2;

}

else

{

// we are increamenting i by 2 because there is comma character available at i+1

// so for getting next character we increament by 2

// also add pair of comparision between (a,b)

sorted_result+=b+",";

pair+="("+b+","+a+") ";

j=j+2;

}

}

// if there is remaining charcater in fiest array then simply copy it the sorted_result

while(i<arr[0].length())

{

char a=arr[0].charAt(i);

sorted_result+=a+",";

i+=2;

}

// if there is remaining charcater in fiest array then simply copy it the sorted_result

while(j<arr[0].length())

{

char b=arr[0].charAt(j);

sorted_result+=b+",";

j=j+2;

}

// remove the extra comma inserted at the end

sorted_result=sorted_result.substring(0, sorted_result.length()-1);

System.out.println(sorted_result);

System.out.println(pair);

}

public static void main(String[] args) {

String input1="1,4,7,8;2,3,5,6";

merge(input1);

System.out.println();

String input2="H,L,M,P,P,R,S,b,d,i,n,o,o,p,s;1,5,5,6,7,8,C,U,V,V,W,f,h,r,s";

merge(input2);

System.out.println();

String input3="B,E,E,F,J,N,O,P,U,W,D;G,J,L,N,R,S,V,X,Y";

merge(input3);

}

}

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

#SPJ1

which of the following is a limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10?

Answers

The option that is limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10 is known to be option a. Windows PE/.

What is Windows PE used for?

Windows PE (WinPE) is known to be a term that connote  a little form of an operating system.

It is known to be one that is often used to install, deploy, as well as been used to repair Windows desktop editions, Windows Server, and other kinds of Windows operating systems.

Note that with the use of the Windows PE, a person can be able to Set up their hard drive before they can install the  Windows.

Therefore, based on the above, The option that is limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10 is known to be option a. Windows PE/.

Learn more about Windows PE from

https://brainly.com/question/14297547

#SPJ1

Which of the following is a limited and non-GUI version of Windows based on Windows 10 technologies that can be used for installing, troubleshooting, and repairing Windows 10?

a. Windows PE

b. WAIK

c. USMT

d. DISM

What term did don norman define as story that puts the operation of the system into context, weaving together all of the essential components, providing a framework, a context, and reasons for understanding?.

Answers

The word "story" was described by Don Norman as a conceptual model. Conceptual models are abstract, psychological representations of ideal task performance.

People use conceptual models subconsciously and intuitively to systematize processes. For instance, it's a common mental model to schedule appointments using calendars and diaries. Developers can create software that is matched to users' conceptual frameworks by understanding how prevalent and useful conceptual models are.

By creating interfaces and applications that reflect conceptual models, designers build on preexisting frameworks and knowledge to make it easier for users to learn how to use the new product.

Learn more about conceptual models https://brainly.com/question/20514959

#SPJ4

the cost to ship a package is a flat fee of 75 cents plus 25 cents per pound. 1. declare a constant named cents per pound and initialize with 25. 2. get the shipping weight from user input storing the weight into shipweightpounds. 3. using flat fee cents and cents per pound constants, assign shipcostcents with the cost of shipping a package weighing shipweightpounds. java

Answers

The shipping cost ; shipCostCents = FLAT_FEE_CENTS + (shipWeightPounds × CENTS_PER_POUND)

The shipping cost can be calculated thus :

Flat fee + (Weight of package × cost per pound

Use of Payton 3:

#Declaring a flat rate of 25 cents per pound

CENTS_PER_POUND = 25

#Requests the package's weight in pounds from the user.

eval(input("Weight of your package")): shipWeightPounds

75 FLAT FEE CENTS

ship

CostCents is calculated as follows: FLAT FEE CENTS + (shipWeightPounds CENTS PER POL)

USPS is by far the most affordable shipping choice when compared to FedEx or UPS. But as the weight gets close to 2 pounds, USPS shipping charges are on par with UPS and FedEx Ground..

Learn more about shipping cost:

https://brainly.com/question/17601395

#SPJ4

Which of the following best describes the function performed the command a MOD b in the CollegeBoard AP Computer Science Principles Pseudocode?
(A): It finds the remainder when a is divided by b.
(B): It finds the remainder when b is divided by a.
(C): It multiplies a and b.
(D): It divides a by b.

Answers

The function performed by the command a MOD b in the College Board AP Computer Science Principles Pseudocode is it divides a by b. The correct option is D.

What is pseudocode command?

Pseudocode is understood by all types of programmers. It allows the programmer to focus solely on the algorithm portion of the code development. It cannot be compiled into a working program.

a MOD b When an is divided by b, it evaluates to the remainder. Assumes a and b are both positive integers.

It is quite often abbreviated as mod or represented by the symbol % in writing. Where a represents the dividend, b represents the divisor (or modulus), and r represents the remainder.

Thus, the correct option is D.

For more details regarding pseudocode command, visit:

https://brainly.com/question/17442954

#SPJ1

Which of the following is NOT a common form of malware? Select all that apply.
A. Adware
B. bloatware
C. Spyware
D. ransomware

Answers

Answer: B. Bloatware

Explanation:

Technically, bloatware is not classified as malware, although some people argue it should be.  Bloatware is not meant to be malicious software of any sort, but it could just be something that a system integrator (Dell, HP, Lenovo, etc.) includes in their hardware, or it could be extra software bundled with a main piece of software you want that has to be removed after installing the main application.  Also, Microsoft started downloading games such as CandyCrush to your computer without your say-so, and that is another example of bloatware.  Basically, bloatware is just a term for unwanted preinstalled software.

the university of kingston has hired you to install a private area network for its campus so that students and teachers from various departments can exchange data among themselves. which of the following network models would be best suited for such an institution?

Answers

The network models that would be best suited for such an institution is known as CAN.

How does a CAN network work?

The CAN  is known to be a kind of a peer-to-peer network. This is a term that connote that there is not any master that act to controls when the all the nodes have access to read as well as write data on the CAN bus.

Note that if a CAN node is said to be ready to transmit data, it looks to see if the bus is said to be busy and then it is one that often writes a CAN frame onto the network.

Note that  network model is seen as a kind of database model that is set up as a flexible method to showing objects and their relationships

Therefore, The network models that would be best suited for such an institution is known as CAN.

Learn more about  network models from

https://brainly.com/question/23369075

#SPJ1

Related jobs within a career cluster is called a
Odata
hardware
pathway
resource

Answers

The term Related jobs within a career cluster is known to be called pathway.

What is a career pathway?

A career pathway is known to be a kind of a smaller set of jobs that are known to be found inside of a career cluster that tend to make use of similar skills.

Note that all of the career cluster is said to have a lot of  career pathways. as a person can be able to can start in a lower-lever job in a career pathway and also move up.

Therefore, The term Related jobs within a career cluster is known to be called pathway.

Learn more about career pathway from

https://brainly.com/question/27796731

#SPJ1

to move files between drives, you can use all of the following except . group of answer choices hold down the shift key while dragging use the ctrl m keys drag while holding down the right mouse key use the cut and copy commands

Answers

CTRL + M is a not a shortcut to move files between drives. Except for D, all of the aforementioned choices are true. In word processors and other programs, you can indent a paragraph from the left by pressing CTRL + M. Through a computer's UI, data can be transferred using the cut and copy commands. The same situation holds true for choices A and C.

It may take several minutes or longer to move huge folders, that is, folders with thousands of files and folders with numerous subfolders. Both the origin and destination folders, together with all of their subfolders, will be locked during such a transfer. Until the move is finished, no move, copy, delete, or restore activities can be carried out on either folder.

Learn more about files https://brainly.com/question/1799531

#SPJ4

patricia has started a new interior design business, and wants to store designs in the cloud so her clients can review them. which of the following apps should she use for cloud storage?

Answers

The apps that Patricia need to be using based on the above is known to be Drop box.

Check more about the meaning of drop box below.

What is the Drop box?

There are different kinds of modern day technology. This  Drop box is known to be a kind of Software that is said to be a file service  which is known to be operated by the American company Drop box company and it is one that serves a special purpose.

It is one that has its  headquartered  in California, U.S. and note that this software is one that offers cloud storage as well as file synchronization, individual cloud, and also the function of client software.

Therefore, based on the above, The apps that Patricia need to be using based on the above is known to be Drop box because it is one that she can use with the cloud storage.

Learn more about Drop box from

https://brainly.com/question/27327971

#SPJ1

At the most basic level, computers work through three stages (input, processing, and output) known as the?

Answers

Answer:

The computing process.

Explanation:

A(n) ____________________ is a program used to create and edit plain text files.

Answers

Answer:

A text editor

Explanation:

hich of the following can be used to synchronize the time between a number of linux servers and workstations on a network with a time clock source on the internet?

Answers

The option that can be used to synchronize the time between a number of Linux servers and workstations on a network with a time clock source on the Internet is known as option d. NTP.

What is NTP?

Network Time Protocol (NTP) is known to be a kind of an internet protocol that is said to be used to synchronize with that of the computer clock time types in a network.

The Importance of Time Synchronization for any given Network is that in any from of modern computer networks, time synchronization is seen as a vital process due to the fact that all areas  of managing, securing, planning, as well as debugging a network entails knowing when events will take place.

Time gives  the  frame of reference between all devices that are found on the network. Hence, The option that can be used to synchronize the time between a number of Linux servers and workstations on a network with a time clock source on the Internet is known as option d. NTP.

Learn more about Time Synchronization from

https://brainly.com/question/13068616

#SPJ1

Which of the following can be used to synchronize the time between a number of Linux servers and workstations on a network with a time clock source on the Internet?

a. SFTP

b. IMAP

c. SMTP

d. NTP

you have a cable internet connection at home. the installer had connected the router near the outside wall of your house with rg6 cable. you move the cable router a distance of 50 meters using rg8 cables and special connector adapters. which condition are you most likely to experience?

Answers

Based on the above, the condition that you are most likely to experience is an Echo.

What is an Echo?

In regards to the sound, it is known to be a kind of an audio signal act or a an acoustics.

This kind of sound is one that occurs due to the action of the reflection of sound waves from any kind of surface that is sent back to the listener.

Note that an echo is seen as a kind of a depiction of sound that gets into the listener with a little delay as at after the direct sound was made.

The delay is known to be directly proportional to the measure of the distance of the depicting (reflecting) surface from that of the source and the listener.

Therefore, Based on the above description of the issue, the condition that you are most likely to experience is an Echo.

Learn more about Echo from

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

You have a cable internet connection at home. The installer had connected the router near the

outside wall of your house with RG6 cable.

You move the cable router a distance of 50 meters using RG8 cables and special connector

adapters.

Which condition are you most likely to experience?

Echo

EMI

FEXT

NEXT

Attenuation

What is it called when a partition is formatted with a file system and assigned a drive letter?

Answers

When a partition is formatted with a file system and assigned a drive letter, it is called a volume.

What is a hard-disk drive?

A hard-disk drive can be defined as an electro-mechanical, non-volatile data storage device that is made up of magnetic disks (platters) that rotates at high speed.

What is a partition?

Partition can be defined as a terminology which is used to describe the division of a hard-disk drive into two or more fragments.

In Computer technology, a volume can be defined as a partition that is formatted with a file system and then, assigned a drive letter on a computer system.

Read more on hard-disk partition here: https://brainly.com/question/14987710

#SPJ1

Which procedure specifies what resources users can access and the tasks they can perform on a network?

Answers

The authentication process defines which network resources users can access and what operations they can carry out.

Authentication is the process of ensuring that someone or something is, in fact, who or what it claims to be. Authentication technology restricts access to systems by comparing a user's credentials to those kept on a data authentication server or in a database of authorized users. System security, business process security, and corporate data security are all ensured via authentication.

There are various types of authentication. For identifying purposes, users are frequently given a user ID. Authentication occurs when the user submits credentials, like a password that precisely matches their user ID. In single-factor authentication, a user ID and password are required (SFA).

Learn more about authentication https://brainly.com/question/28398310?

#SPJ4

while working in a call center, you receive a call from latisha, who says she can no longer access the online reporting application for her weekly reports through her web browser. you ask your manager, and she tells you that the server team changed the application's url during an upgrade over the weekend. she asks you to make sure all the other technicians are aware of this change. what is the best way to share this information?

Answers

The best way to share this information is to update the knowledge base article that has the application's URL in the call tracking application.

Check more about Uniform Resource Locators  below.

What does Uniform Resource Locators  means?

This is known to be called the Uniform Resource Locators and this is one that is seen on the Internet.

Note that the addresses of the internet are said to be called URLs (Uniform Resource Locators).

A given webpage's URL is one that has a domain name  and it is one that is in a domain category as well as has a subdomain and path

Therefore, The best way to share this information is to update the knowledge base article that has the application's URL in the call tracking application.

Learn more about  application from

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

write a program that prompts the user to enter five test scores and then prints the average test score. indicate the average test score by printing it to the terminal using the following format: your average test score is: x (assume that the test scores are decimal numbers.)

Answers

The program that prompts the user to enter five test scores and then prints the average test score is given below:

The Python Program

#include <iostream>

using namespace std;

int main()

{

   double test1, test2, test3, test4, test5;

   

   cout << "Please enter 5 test scores as decimals \n";

   cin >> test1 >> test2 >> test3 >> test4 >> test5;

   double average = (test1 + test2 + test3 + test4 + test5) / 5;

   

   cout << "The average test score is: " << average << endl;

   

   return 0;

}

Read more about python programming here:

https://brainly.com/question/27666303

#SPJ1

which of the following is a limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10?

Answers

The option that is limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10 is known to be option a. Windows PE/.

What is Windows PE used for?

Windows PE (WinPE) is known to be a term that connote  a little form of an operating system.

It is known to be one that is often used to install, deploy, as well as been used to repair Windows desktop editions, Windows Server, and other kinds of Windows operating systems.

Note that with the use of the Windows PE, a person can be able to Set up their hard drive before they can install the  Windows.

Therefore, based on the above, The option that is limited and non-gui version of windows based on windows 10 technologies that can be used for installing, troubleshooting, and repairing windows 10 is known to be option a. Windows PE/.

Learn more about Windows PE from

https://brainly.com/question/14297547

#SPJ1

Which of the following is a limited and non-GUI version of Windows based on Windows 10 technologies that can be used for installing, troubleshooting, and repairing Windows 10?

a. Windows PE

b. WAIK

c. USMT

d. DISM

Other Questions
The length of a rectangle is 99 centimeters. Find all possible values for the width of the rectangle if the perimeter is at least 240 centimeters. It is plagiarism _______________________. (Select all that apply) if I quote a source and do not cite it if I paraphrase a sentence without giving credit if I cite a quoted source and don't use quotes if I used some quotes and citations in my paper if I change a word or two with a thesaurus if someone helped me rewrite large parts of the paper with his/her own ideas Select the correct text in the passage. Which words and phrases in the passage show bias? please help me I'll give brainly-est Here's what I'm dealing with :'D 18.Referring to the figure, the circle shown is drawn on grids. FindA r and A r2. a. 18.8, 4.6 c. 7.9, 3 b. 19.8, 4.9 d. 15.8, 3.2 Emily claims that a tree height of 43 inches is an outlier for the distribution. Based on the 1. 5iqr rule for outliers, is there evidence to support the claim?. At maximum speed, an airplane travelsLet x be the maximum speed of the plane and y2100 miles against the wind in 6 hours.be the speed of the wind. What is the speed ofFlying with the wind, the plane canthe plane with no wind?travel the same distance in 4 hours.Enter the correct answer. Darnell got into a terrible boating accident one weekend. the doctors found that he had substantial damage to his cerebellum. what effect will the injury have? mariah is single and has a monthly disposable income of $3,200. her monthly cash outflow is approximately $2,800. mariah includes contributions to a retirement plan and money for investments as part of her cash outflow. she has car insurance and a life insurance policy. mariah has saved $15,000, but wishes to use $10,000 for a down payment on a house. 11/13% of a quantity is equal to what fraction of the quantity? PLEASE HELP!Alissa has already made $15 in the last week selling rubber band bracelets. She earns $5 for each bracelet she makes.Complete the table to show how much money Alissa will have in total if she continues selling bracelets this week. How do you find the volume of an irregularly shaped object? What new technologies helped create skyscrapers Why could the British restriction of trade be considered a violation of natural rights?Restrictions interfered with individuals pursuit of economic self-interest.Restrictions sacrificed trade that would have benefited the colonies for the Crowns benefit.Restrictions inhibited the natural right to property by denying colonists access to goods.Restrictions denied colonists the right to conduct business with foreign powers. high-achieving nursing students were found to have studied in small groups, attended class 100% of the time, took frequent rest breaks during study sessions, and ate a balanced diet for 1 week before the examination. what type of audit provided data about the students preparation? with superficial cortical strokes, which deficits may signal an impact on higher cognitive function? Use "despertarse" in the correct tense in the following statment.Yo casi siempre _______ a las siete de la maana, pero hoy _______ a las nueve y media porque tambin estuve en el concierto de Cumbancha anoche. What is the following product?47 47 47.47 A box of book has a mass of 4.1 kilograms for every meter of its height . Convert your this ratio into pound per inch Daniel has a candy jar with 32 jellybeans. He loves jelly beans and is trying not to eat them all at once. Every time he reaches in to the jar, he removes exactly half of the jelly beans. How many times does he reach into the jar so that he only has 1 jellybean left in the jar after he removes half?