The correct ois D. -17.5 degrees
Step-by-step explanation:
The daytime temperature in Apple Valley is
falling by 2.5 degrees each day
Therefore, Change in the temperature each day
=-2.5 degrees
Now, we need to find the net change in the daily
temperature after one calendar week
Now, number of days in one calendar week = 7
So, Net change in the daily temperature after
one calendar week = Daily change × Number of
days in one calendar week
Net change in the daily temperature after
one calendar week =-2.5 x7
# Net change in the daily temperature after
one calendar week =-17.5 degrees
Therefore, The correct option is -17.5
degrees
We will take one given at a time, the common place is "Detroit", so we will take it as a reference.
1- Detroit is colder than Boston, this means that:
Temperature in Detroit < Temperature in Boston .........> I
2- Detroit is warmer that <span>Minneapolis, this means that:
Temperature is </span><span>Minneapolis < Temperature in Detroit .........> II
From I and II, we can conclude that:
</span><span>Minneapolis has the lowest temperature, followed by Detroit and then Boston.
Comparing this to the choices, we will find that the correct choice is:
</span><span>2. Minneapolis's temperature < Detroit's temperature < Boston's temperature</span>
Answer:
Surface area=114 cm^2
Step-by-step explanation:
Surface area of a cuboid is given be 2(lb+bh+lh). ATQ, l=3, h=3, b=8. Plugging them into the formula, we will get surface area=114 cm^2
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
Answer:
The answer is Triangle C
Step-by-step explanation: