1 lb / 0.45 = 2.22
so approximately 2.22 kilograms per pound
divide price per pound by kilometers per pound
1.44 / 2.22 = 0.648
round to 0.65, so it costs $0.65 per kilogram
Answer: Around 96 people would prefer creamy peanut butter.
Step-by-step explanation:
In the survey was found that 4 out of 5 preferred creamy over chunky peanut butter.
Then the relative frequency is:
4/5 = 0.8 prefer creamy peanut butter.
And we can assume that:
1/5 = 0.2 prefer chunky peanut butter.
We also could multiply these numbers by 100% to obtain the percentage forms:
0.8*100% = 80%
0.2*100% = 20%
Now, if there are 120 people in the grocery store, we can expect that the 80% will prefer creamy peanut butter.
Then we can expect that the number of people that prefers creamy peanut butter is:
N = (80%/100%)*120 = 0.8*120 = 96
Around 96 people would prefer creamy peanut butter.
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:using the graph of a function you can find the value of f (x), all you need to do is locate on the x axis, the value, in this case 3, and we will find f (3), locate the number (3 ) on the x-axis and see what is the value of y that the function takes at that point, that will be the value f (3)
Step-by-step explanation:it’s a
b. The function f(x)=g(x)/h(x) will have a horizontal asymptote only if the degree of g is less than or equal to the degree of h.