A person is earning PHP 600.00 per day to do a certain job express the total salary S as a function of number N of days that the person works

S = 600N

To express the total salary (S) as a function of the number of days (N), we can use the formula:

S = N * 600

Here, N represents the number of days the person works, and 600 is the daily salary in PHP. To calculate the total salary, we multiply the number of days by the daily salary.

To express the total salary (S) as a function of the number of days worked (N), we need to multiply the daily salary by the number of days worked.

The daily salary is PHP 600.00, and the number of days worked is N. So, the function can be written as:

S(N) = 600 * N

This means that the total salary (S) can be calculated by multiplying the daily salary of PHP 600.00 by the number of days (N) worked.