answersLogoWhite

0


Best Answer

C(p) = 0.59p

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a function rule that gives the total cost c parenthesis p of p pounds of sugar if each pound costs point59?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What to write for PEMDAS?

What you write for PEMDAS is P (parenthesis) E exponents M multiplication D division A addition S subtraction!


What is Exact value of 750001 in roman numerals?

(DCCL)I or instead of the parenthesis, you can use a line over the top, but I can't write that on here. Both parenthesis and a line above indicate x1000


Does cos squared x equate to cosx all in parenthesis squared?

Yes, that's a shortcut often used for powers of functions. Please note that for the special case of function to the power minus 1 of x there is a different definition - it is usually taken to mean the inverse function. So, if you want to write the reciprocal of a function, you have to express it in a different way.


Why is the letter 's' be in parenthesis at the end of a word?

It indicates the plural without having to write out a separate word.


What are the different ways to write a multiplication problem?

using a dot using parenthesis ex: (2)(3)


Algorithm for conversion from prefix to infix?

The belt-and-braces technique is easy enough: > > prefix_to_infix(stream, stack) > if stack is not empty > pop a node off the stack > if this node represents an operator > write an opening parenthesis to stream > prefix_to_infix(stream, stack) > write operator to stream > prefix_to_infix(stream, stack) > write a closing parenthesis to stream > else > write value to stream > endif > endif > endfunc


How do you find and write the domain of a function?

how don you find write the domain of a function


How do you write 5 pounds as a decimal?

0.0025 of a ton


You must write a program in C that uses a stack to check a file for unbalanced parenthesis any suggestions?

Parse the character stream from the beginning of the sequence to the end, counting characters as you go. Every time you encounter an opening parenthesis, push the current character count onto the stack. Every time you encounter a closing parenthesis, ensure the stack is not empty before popping the top value from the stack. You can discard the value -- you've found a matching pair. If you attempt to pop from an empty stack, then you have a closing parenthesis at the current character position that has no matching opening parenthesis. If you reach the end of the test and the stack is not empty, you have at least one opening parenthesis without a matching closing parenthesis. Pop the character positions off the stack to determine where the opening parenthesis are.


How do you write 2million 92 pounds?

2,000,092 pounds.


How do you write 10.4 million pounds?

10,400,000 pounds.


How do you write 1.6 million pounds?

1,600,000 pounds.