Answer:
check the roster for which room u need to be in
Answer:
See explaination
Explanation:
public class QuickRich {
static void getRichQuick() {
double amount = 1;
int day = 1;
System.out.println("Day 1: $1");
while (amount < 1000000) {
day++;
if(amount + 1 + (amount/2) < 1000000)
System.out.printf("Day %d: $%.2f + ($1 + %.2f) = $%.2f\n", day, amount, amount/2, amount+(amount/2)+1);
else
System.out.printf("Day %d: $%.2f + ($1 + %.2f) >= $1000000\n", day, amount, amount/2);
amount += (1 + (amount/2));
}
}
public static void main(String[] args) {
getRichQuick();
}
}
For 1.
Positive correlation means if you plot a country's population and land size on a graph. There would be a linear regression line that's sloping upwards.
Since it's a scatterplot, there will be some that fall out of the line, but most of them should be on the line.
It's (A)
For 2.
An outlier is a datapoint that's far, FAR away from the others, so it's (B)
For 3. (A), it's a single line-of-best fit that runs through the middle of the cluster of data points.
Multiple answers. Attachment and practice of sending unwanted messages
An area of improvement that can be achieved using AI and Machine in the Future of Transport are given below:
The technical issues of artificial intelligence are
- Artificial Neural Networks.
- Deep Learning.
- Natural language processing.
The potential issues that can arise from the adoption of AI technology
is hacking of transport system and system fail and how it can be overcome is by aiding system with enough security as well as regular maintenance.
<h3>What is the Future of Transport about?</h3>
AI is known to be one that has the power as well as the potential to be able to make traffic in regards to movement of vehicles to be very more efficient.
Note that it is one that can ease traffic congestion and also gives driver's a lot of time, also make parking easier as well as encourage car or ridesharing.
Note that as AI aids or function to keep road traffic to be flowing, it can also lower the fuel consumption rate that is as a result of the use of vehicles idling if stationary,
Learn more about AI from
brainly.com/question/25523571
#SPJ1