Answer: -4
Step-by-step explanation: any positive number times a negative number is negative. 6x(-4) is -24.
Answer:
6 Years
Step-by-step explanation:
Orlando invests $1000 at 6% annual interest compounded daily.
Orlando's investment = 
Bernadette invests $1000 at 7% simple interest.
Bernadette's investment = A = 1000(1+0.07×t)
By trail and error method we will use t = 5
Bernadette's investment will be after 5 years
1000(1 + 0.07 × 5)
= 1000(1 + 0.35)
= 1000 × 1.35
= $1350
Orlando's investment after 5 years

= 
= 
= 1000(1.349826)
= 1349.825527 ≈ $1349.83
After 5 years Orlando's investment will not be more than Bernadette's.
Therefore, when we use t = 6
After 6 years Orlando's investment will be = $1433.29
and Bernadette's investment will be = $1420
So, after 6 whole years Orlando's investment will be worth more than Bernadette's investment.
Answer:
Using c++
Check the image for colors.
Step-by-step explanation:
#include <iostream>
using namespace std;
int main()
{
float length1,length2,width1,width2,area1,area2;
cout<<"length of Rectangle 1\n";
cin>>length1;
cout<<"\nwidth of Rectangle 1\n";
cin>>width1;
cout<<"\nlenght of Rectangle 2\n";
cin>>length2;
cout<<"\nwidth of Rectangle 2\n";
cin>>width2;
area1=length1*width1;
area2=length2*width2;
if (area1<area2)
{cout << "\nRectangle 2 has greater area";}
else {
if (area1>area2)
{cout << "\nRectangle 1 has greater area";}
else {cout << "\nAreas are the same";}
}
return 0;
}
Answer:
25%
Step-by-step explanation:
20 / 5 = 4
100 ÷ 4 = 25
= 25%
HOPE THIS HELPS
PLZZ MARK BRAINLIEST