Is my piecewise function right? Problem given below.
$begingroup$
Problem:
A computer shop charges 20 pesos per hour (or a fraction of an hour) for the first two hours and an additional 10 pesos per hour for each succeeding hour. Represent your computer rental fee using the function R(t) where t is the number of hours you spent on the computer.
My answer:
$$R(t) = cases{20 text{ pesos} & if $0 <tle 2$cr
({t-2}) cdot 10 text{ pesos} +40 text{ pesos} & if $t>2$}$$
Please correct me if I have any mistake.
functions
$endgroup$
add a comment |
$begingroup$
Problem:
A computer shop charges 20 pesos per hour (or a fraction of an hour) for the first two hours and an additional 10 pesos per hour for each succeeding hour. Represent your computer rental fee using the function R(t) where t is the number of hours you spent on the computer.
My answer:
$$R(t) = cases{20 text{ pesos} & if $0 <tle 2$cr
({t-2}) cdot 10 text{ pesos} +40 text{ pesos} & if $t>2$}$$
Please correct me if I have any mistake.
functions
$endgroup$
add a comment |
$begingroup$
Problem:
A computer shop charges 20 pesos per hour (or a fraction of an hour) for the first two hours and an additional 10 pesos per hour for each succeeding hour. Represent your computer rental fee using the function R(t) where t is the number of hours you spent on the computer.
My answer:
$$R(t) = cases{20 text{ pesos} & if $0 <tle 2$cr
({t-2}) cdot 10 text{ pesos} +40 text{ pesos} & if $t>2$}$$
Please correct me if I have any mistake.
functions
$endgroup$
Problem:
A computer shop charges 20 pesos per hour (or a fraction of an hour) for the first two hours and an additional 10 pesos per hour for each succeeding hour. Represent your computer rental fee using the function R(t) where t is the number of hours you spent on the computer.
My answer:
$$R(t) = cases{20 text{ pesos} & if $0 <tle 2$cr
({t-2}) cdot 10 text{ pesos} +40 text{ pesos} & if $t>2$}$$
Please correct me if I have any mistake.
functions
functions
edited Jun 18 '17 at 12:44
user317721
asked Jun 18 '17 at 11:54
JanineJanine
259
259
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If i understand you the right way, it should be $ R colon Bbb{N} to Bbb{N} $
$$R(t) = cases{20 {t} & if $0 le t le 2$cr
10({t-2}) +40 & if $t>2$}$$
where $R(t)$ is in pesos.
However this can be a misunderstanding of your first sentence. I think your mistake then would be that he charges 20 pesos per hour in the first two hours that would be 20 pesos each and a total of 40 pesos for two hours.
$endgroup$
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2327232%2fis-my-piecewise-function-right-problem-given-below%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If i understand you the right way, it should be $ R colon Bbb{N} to Bbb{N} $
$$R(t) = cases{20 {t} & if $0 le t le 2$cr
10({t-2}) +40 & if $t>2$}$$
where $R(t)$ is in pesos.
However this can be a misunderstanding of your first sentence. I think your mistake then would be that he charges 20 pesos per hour in the first two hours that would be 20 pesos each and a total of 40 pesos for two hours.
$endgroup$
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
add a comment |
$begingroup$
If i understand you the right way, it should be $ R colon Bbb{N} to Bbb{N} $
$$R(t) = cases{20 {t} & if $0 le t le 2$cr
10({t-2}) +40 & if $t>2$}$$
where $R(t)$ is in pesos.
However this can be a misunderstanding of your first sentence. I think your mistake then would be that he charges 20 pesos per hour in the first two hours that would be 20 pesos each and a total of 40 pesos for two hours.
$endgroup$
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
add a comment |
$begingroup$
If i understand you the right way, it should be $ R colon Bbb{N} to Bbb{N} $
$$R(t) = cases{20 {t} & if $0 le t le 2$cr
10({t-2}) +40 & if $t>2$}$$
where $R(t)$ is in pesos.
However this can be a misunderstanding of your first sentence. I think your mistake then would be that he charges 20 pesos per hour in the first two hours that would be 20 pesos each and a total of 40 pesos for two hours.
$endgroup$
If i understand you the right way, it should be $ R colon Bbb{N} to Bbb{N} $
$$R(t) = cases{20 {t} & if $0 le t le 2$cr
10({t-2}) +40 & if $t>2$}$$
where $R(t)$ is in pesos.
However this can be a misunderstanding of your first sentence. I think your mistake then would be that he charges 20 pesos per hour in the first two hours that would be 20 pesos each and a total of 40 pesos for two hours.
edited Jun 18 '17 at 12:38
answered Jun 18 '17 at 12:27
user317721
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
add a comment |
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
The problem above is exactly the same problem written on my textbook. I thought about what you said too. The first sentence confuses me.
$endgroup$
– Janine
Jun 18 '17 at 12:35
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
$begingroup$
Okay, so i am pretty sure that its 20 pesos times t. Further should your function only allow integer values or should it be a function of real numbers? Am i allowed to evaluate $R(1.5)$?
$endgroup$
– user317721
Jun 18 '17 at 12:37
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2327232%2fis-my-piecewise-function-right-problem-given-below%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown