1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Andreyy89
3 years ago
12

Emilio compra 3,6 kg de manzanas a 1,45 euros el kilo ¿Cuánto pagara por las manzanas?

Mathematics
1 answer:
Ad libitum [116K]3 years ago
3 0

Answer:

Emilio compra kg De manzanas a euros el kilo cuanto pagara por Las manzanas

You might be interested in
You find an interest rate of 10% compounded quarterly. Calculate how much more money you would have in your pocket if you had us
Elena-2011 [213]

Answer:

see the explanation

Step-by-step explanation:

we know that    

step 1

The compound interest formula is equal to  

A=P(1+\frac{r}{n})^{nt}  

where  

A is the Final Investment Value  

P is the Principal amount of money to be invested  

r is the rate of interest  in decimal

t is Number of Time Periods  

n is the number of times interest is compounded per year

in this problem we have  

r=10\%=10/100=0.10\\n=4  

substitute in the formula above

A=P(1+\frac{0.10}{4})^{4t}  

A=P(1.025)^{4t}  

Applying property of exponents

A=P[(1.025)^{4}]^{t}  

A=P(1.1038)^{t}  

step 2

The formula to calculate continuously compounded interest is equal to

A=P(e)^{rt}  

where  

A is the Final Investment Value  

P is the Principal amount of money to be invested  

r is the rate of interest in decimal  

t is Number of Time Periods  

e is the mathematical constant number

we have  

r=10\%=10/100=0.10  

substitute in the formula above

A=P(e)^{0.10t}  

Applying property of exponents

A=P[(e)^{0.10}]^{t}  

A=P(1.1052)^{t}  

step 3

Compare the final amount

P(1.1052)^{t} > P(1.1038)^{t}

therefore

Find the difference

P(1.1052)^{t} - P(1.1038)^{t} ----> Additional amount of money you would have in your pocket if you had used a continuously compounded account with the same interest rate and the same principal.

3 0
3 years ago
There were 6 purple socks and 4 oraange socks without looking and then another without looking (or replacing the first). What is
shusha [124]

Answer:

The probability that he picked 2 purpled socks is <u>0.33</u>.

Step-by-step explanation:

Given:

Number of purple socks, n(P) = 6

Number of orange socks, n(O) = 4

Two socks are picked without replacement.

Now, total number of socks, n(T)=N(P)+n(O)=6+4=10

Probability of picking the first cap as purple cap is given as:

P(P1)=\frac{n(P)}{n(T)}\\\\P(P1)=\frac{6}{10}=\frac{3}{5}

Since there is no replacement, the number of socks decreases by 1. Also, if the first sock picked is purple, then number of purple socks is also decreased by 1.

Therefore, probability of picking the second cap as purple cap is given as:

P(P2)=\frac{n(P)-1}{n(T)-1}\\\\P(P2)=\frac{5}{9}

Now, probability that both the picked caps are purple is given by their probability product. This gives,

P(P1\ and\ P2)=P(P1)\times P(P2)\\\\P(P1\ and\ P2)=\frac{3}{5}\times\frac{5}{9}\\\\P(P1\ and\ P2)=\frac{3}{9}=\frac{1}{3}=0.33

Therefore, the probability that he picked 2 purpled socks is 0.33

4 0
3 years ago
a. For a file whose size (in terms of number of bytes) is less than or equal to 12, then duplicate the contents of the file so t
pickupchik [31]

Answer:

#include <stdio.h>

int main()

{

int check;

char* dirname = "Subdir1";

check = mkdir(dirname,0766);

// check if directory is created or not

if (!check)

{

printf("Subdir1 Directory created\n");

 

char *dirname1="/Subdir1/D1";

if(mkdir("/Subdir1/D1", 0777)==-1)

{

printf("D1 Directory created\n");

int A1 = open ("/Subdir1/D1/A1.txt", 0666);

write(A1, "abcdefghij\n", strlen("abcdefghij\n"));

close(A1);

 

int A2 = open ("/Subdir1/D1/A2.txt", 0666);

write(A2, "you are beautiful\n", strlen("you are beautiful\n"));

close(A2);

 

int A3 = open ("/Subdir1/D1/A3.txt", 0666);

write(A3, "this is terrible!\n", strlen("this is terrible!\n"));

close(A3);

}

else

{

printf("Unable to create directory D1\n");

exit(1);

}

if(mkdir("/Subdir1/D2", 0777)==-1)

{

printf("D2 Directory created\n");

int B1 = open ("/Subdir1/D2/B1.ccc", 0664);

write(B1, "abcdefghij\n", strlen("abcdefghij\n"));

close(B1);

 

int B2 = open ("/Subdir1/D2/B2.ccc", 0664);

write(B2, "you are beautiful\n", strlen("you are beautiful\n"));

close(B2);

 

int B3 = open ("/Subdir1/D2/B3.ccc", 0664);

write(B3, "this is terrible!\n", strlen("this is terrible!\n"));

close(B3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

if(mkdir("/Subdir1/D3", 0777)==-1)

{

printf("D3 Directory created\n");

int C1 = open ("/Subdir1/D3/C1.txt", 0644);

write(C1, "abcdefghij\n", strlen("abcdefghij\n"));

close(C1);

 

int C2 = open ("/Subdir1/D3/C2.ddd", 0644);

write(C2, "you are beautiful\n", strlen("you are beautiful\n"));

close(C2);

 

int C3 = open ("/Subdir1/D3/C3.txt", 0644);

write(C3, "this is terrible!\n", strlen("this is terrible!\n"));

close(C3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

}

 

 

else {

printf("Unable to create directory Subdir1\n");

exit(1);

}

return 0;

}

Program 2:

#include <stdio.h>

 

long int findSize(char file_name[])

{

// opening the file in read mode

FILE* fp = fopen(file_name, "r");

 

// checking if the file exist or not

if (fp == NULL) {

printf("File Not Found!\n");

return -1;

}

 

fseek(fp, 0L, SEEK_END);

 

// calculating the size of the file

long int res = ftell(fp);

 

// closing the file

fclose(fp);

 

return res;

}

 

// Driver code

int main()

{

FILE *fptr1;

char c;

char file_name[] = {"D1.txt"};

long int res = findSize(file_name);

if (res != -1)

{

printf("Size of the file is %ld bytes \n", res);

if(res<=12)

{

fptr1 = fopen("D1.txt", "r");

c = fgetc(fptr1);

while (c != EOF)

{

fputc(c, fptr1);

c = fgetc(fptr1);

printf(c);

}

}

}

return 0;

}

4 0
3 years ago
4+square root of 6x-24=x
Studentka2010 [4]
Sqrt(6x-24) = x - 4
6x - 24 = (x - 4)^2
x^2 - 14x + 16 = 0
x=10 / x=4
3 0
3 years ago
Marcia had 17 stickers. She bought some more (expressed as y). Which expression represents Marcia’s total number of stickers?
barxatty [35]
17 + y (?)                     .................................................               
7 0
4 years ago
Other questions:
  • a graphic designer created a logo on eight and a half by 11 inch paper. In order to be placed on a business card, the logo needs
    8·1 answer
  • Jason paints 1/4 of the area of his living room walls,w,on Monday. On Tuesday, he paints twice as much as he painted on Monday.
    9·2 answers
  • How can you make your answer (41-13i)/(25) into a+bi form?
    12·1 answer
  • Which equation represents "the product of a number and 24 is 72"?
    9·2 answers
  • Measuring and arcs.
    13·1 answer
  • For lines a , c , and d , line c is parallel to line d and m ∠ 1 = 55 ° . Part A: For the given diagram, use the measure of ∠ 1
    8·1 answer
  • Part A: Sydney made $18.50 selling lemonade, by the cup, at her yard sale. She sold each cup for $0.50 and received a $3 tip fro
    6·2 answers
  • H(x)=4/x-5 determine for each x-value whether it is in the domain of h or not
    12·1 answer
  • Which statement is true?
    10·1 answer
  • 2) (3 pt) Write the function from the table and graph.хf(x)-10004122130.52) f(x) =
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!