Question

In: Math

a) The number of voices I hear at 7am is 12000 at 9am the count is...

a) The number of voices I hear at 7am is 12000 at 9am the count is 36000, if the number of voices grows exponentially, find the time it takes to reach 81000 voices?

b) assume one voice tells me to invest 20000 in a south american bank where the interest is compounded continiously, after 6 years i have 24000 dollars, what must the interest rate have been?

Solutions

Expert Solution


Related Solutions

what causes a patient to hear voices
what causes a patient to hear voices
I am trying to use the countif or countifs function to count the number of genres...
I am trying to use the countif or countifs function to count the number of genres used to describe a film and no matter what syntax I use, the result is 0. Can I use the countif(s) function to count columns? I want to count the number of movies that have 3 or more genre's associated with them. Here is a sample of the data I am working with: primarykey Movie Genre1 Genre2 Genre3 Genre4 Genre5 Genre6 Genre7 tt0499549 Avatar...
How does the concentration of media ownership limit the number of voices in the marketplace? Do...
How does the concentration of media ownership limit the number of voices in the marketplace? Do we need rules limiting media ownership? 250 words
Determine the execution count of the following programs: (number of loops executed?) int i = 10;...
Determine the execution count of the following programs: (number of loops executed?) int i = 10; while(i > 0) { for(int p = 5; p < 14; p++) b{ System.out.println(i + p) p++; } i--; }
Count the number of flops (floating point operations) in the following pseudocode: for i=1:n   for j=1:i    ...
Count the number of flops (floating point operations) in the following pseudocode: for i=1:n   for j=1:i     for k=j:n       y=y+aijxij     end   end end
I need to,  Modify my mapper to count the number of occurrences of each character (including punctuation...
I need to,  Modify my mapper to count the number of occurrences of each character (including punctuation marks) in the file. Code below: #!/usr/bin/env python #the above just indicates to use python to intepret this file #This mapper code will input a line of text and output <word, 1> # import sys sys.path.append('.') for line in sys.stdin: line = line.strip() #trim spaces from beginning and end keys = line.split() #split line by space for key in keys: value = 1 print...
How do I count CAG number in DNA using python? please provide an example!
How do I count CAG number in DNA using python? please provide an example!
I. Answer part A,B, C and D. 1a) Count the number of times a given char...
I. Answer part A,B, C and D. 1a) Count the number of times a given char occurs in a given range of a String parameter (i.e. starting at a given start index, and up to but not including and end index). If end is greater than the length of the String, then the method should stop looking at the end of the String. countCharsInRange("java", "v", 1, 2) → 0 countCharsInRange("java", "v", 0, 2) → 0 countCharsInRange("java", "v", 0, 3) →...
2.c++ if and loop statement Write a program that will count the number of even number...
2.c++ if and loop statement Write a program that will count the number of even number and odd numbers between two inputted numbers. Display the numbers and compute the sum and average of all the even numbers and the sum and average all the odd numbers. Sample outputs: Enter starting number:3 Enter starting number:4 Enter ending number:10 Enter ending number:10 odd numbers Even number 3 4 5 6 7 8 9 10 number of even numbers=4 number of even numbers=4...
In this program: ================================================================== /* Program to count number of occurrences of a given string in...
In this program: ================================================================== /* Program to count number of occurrences of a given string in original string*/ #include <iostream> #include <cstring> #include <stdio.h> #include <iostream> using namespace std; int main() { const int SIZE = 40; char str[SIZE]; char str1[SIZE]; char searchString[SIZE]; int n; int l1, l2; int count = 0; printf("Enter a sentence: \n"); fgets(str,SIZE,stdin); printf("Enter a search word: \n"); fgets(searchString,SIZE,stdin); if (str1[strlen(str1) - 1] == '\n') { str1[strlen(str1)-1] = '\0'; } if (str[strlen(str) - 1] == '\n')...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT