{"id":17335,"date":"2015-07-01T09:39:59","date_gmt":"2015-07-01T16:39:59","guid":{"rendered":"http:\/\/www.rtcsnv.com\/?page_id=17335"},"modified":"2022-03-08T15:24:31","modified_gmt":"2022-03-08T23:24:31","slug":"commuter-calculator","status":"publish","type":"page","link":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/club-ride\/commuter-calculator\/","title":{"rendered":"Commuter Calculator"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last rtc_intro_wrapper\" style=\"--awb-bg-color:#f4f4f4;--awb-bg-color-hover:#f4f4f4;--awb-bg-size:cover;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><i class=\"fb-icon-element-1 fb-icon-element fontawesome-icon fa-badge-dollar fas circle-yes fusion-text-flow rtc_intro_icon\" style=\"--awb-circlebordersize:1px;--awb-font-size:35.2px;--awb-width:70.4px;--awb-height:70.4px;--awb-line-height:68.4px;--awb-margin-right:20px;\"><\/i><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-one rtc_intro_title\" style=\"--awb-margin-bottom:0px;--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Commuter Calculator<\/h1><\/div><div class=\"fusion-text fusion-text-1 rtc_intro_text\"><p>Could you be saving on your commute?\u00a0 Find out how much your commute costs with this Commuter Calculator.<\/p>\n<\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last\" style=\"--awb-bg-size:cover;--awb-margin-bottom:0px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><style type=\"text\/css\">\n.calcTable {\n    width: 100%;\n    border: 1px solid;\n    background: #f4f4f4;\n}\n.calcTable td {\n  padding: 6px !important;\n}\n.calcTable table {\n  width: 100%\n}\n.calcTable table input {\n  color: #414141;\n  padding: 0px 4px;\n  font-size: 16px;\n  max-width: 70px;\n}\n<\/style>\n<script type=\"text\/javascript\">\nfunction CalcCosts() { \n  try { \n    document.getElementById(\"cm\").value = \"error\"; \n    document.getElementById(\"cy\").value = \"error\"; \n    var a, b, c, d, e, f; \n    a = Number(document.getElementById(\"qa\").value); \n    b = Number(document.getElementById(\"qb\").value); \n    c = Number(document.getElementById(\"qc\").value); \n    d = Number(document.getElementById(\"qd\").value); \n    e = Number(document.getElementById(\"qe\").value); \n    f = Number(document.getElementById(\"qf\").value); \n    document.getElementById(\"cm\").value = Math.round(((a*b\/c*d) + (a*b*e) + (b*f))*100)\/100; \n    document.getElementById(\"cy\").value = Math.round(document.getElementById(\"cm\").value * 12 * 100)\/100; \n    if (document.getElementById(\"cm\").value == \"NaN\") document.getElementById(\"cm\").value = \"\"; \n    if (document.getElementById(\"cy\").value == \"NaN\") document.getElementById(\"cy\").value = \"\"; \n  } catch(e) { \n    document.getElementById(\"cm\").value = \"\"; \n    document.getElementById(\"cy\").value = \"\"; \n  } \n}\n<\/script>\n<table class=\"calcTable\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" align=\"center\">\n<tbody>\n<tr>\n<td>\n<table border=\"0\" cellspacing=\"2\" cellpadding=\"3\" align=\"left\" bgcolor=\"#EEEEEE\">\n<tbody>\n<tr>\n<td valign=\"top\">A.<\/td>\n<td align=\"left\">How many miles is your daily commute (round trip)?<\/td>\n<td><input id=\"qa\" type=\"number\" pattern=\"[0-9]+([\\.][0-9]+)?\" \/><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">B.<\/td>\n<td align=\"left\">How many days per month do you normally work?<\/td>\n<td><input id=\"qb\" type=\"number\" inputmode=\"numeric\" \/><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">C.<\/td>\n<td align=\"left\">How many miles per gallon does your car average?<\/td>\n<td><input id=\"qc\" type=\"number\" inputmode=\"numeric\" \/><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">D.<\/td>\n<td align=\"left\">How much per gallon do you usually pay for gasoline?<\/td>\n<td><input id=\"qd\" type=\"number\" inputmode=\"numeric\" \/><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">E.<\/td>\n<td align=\"left\">What is your cost per mile for maintenance and tires?*<\/td>\n<td><input id=\"qe\" type=\"number\" inputmode=\"numeric\" value=\"0.0955\" \/><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">F.<\/td>\n<td align=\"left\">What is your cost per day for insurance, financing, and depreciation?*<\/td>\n<td><input id=\"qf\" type=\"number\" inputmode=\"numeric\" value=\"16.31\" \/><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td align=\"left\">Your estimated monthly commuting cost is:<\/td>\n<td><input id=\"cm\" onfocus=\"CalcCosts()\" style=\"color: red;\" type=\"number\" inputmode=\"numeric\" \/><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td align=\"left\">Your estimated yearly commuting cost is:<\/td>\n<td><input id=\"cy\" onfocus=\"CalcCosts()\" style=\"color: red;\" type=\"number\" inputmode=\"numeric\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><div class=\"fusion-text fusion-text-2\"><p>&nbsp;<\/p>\n<p>*Cost estimates based on the Automobile Association of America\u2019s \u201c<a href=\"https:\/\/www.rtcsnv.com\/ways-to-travel\/wp-content\/uploads\/sites\/2\/2022\/03\/2021-YDC-Brochure-Live.pdf\">Your Driving Costs 2021<\/a>\u201d<\/p>\n<p>This number is intended to be a comprehensive commuting cost estimate. Your costs may\u00a0vary based on your personal automobile usage, care, and maintenance.<\/p>\n<p>To determine the cost of fuel only, please change the numbers in lines E and F by putting your cursor in the space, deleting the numbers (by backspacing) and typing in a \u201c0\u201d to replace these values. Please contact Club Ride if you need assistance at 702.228.7433, option 5.<\/p>\n<p>Interested in lowering your commuting costs?\u00a0 Consider an alternative commute like:<\/p>\n<ul>\n<li>Transit &#8211; Click <a href=\"\/ways-to-travel\/schedules-maps\/\">HERE<\/a> to find a bus route that works for you<\/li>\n<li>Carpool &#8211; <a href=\"https:\/\/rtcws.rtcsnv.com\/ClubRide35\/Home\/Home\" target=\"_blank\" rel=\"noopener noreferrer\">Join Club Ride <\/a>and we&#8217;ll help you find a carpool partner<\/li>\n<li>Walk &#8211; Make walking part or all of your work commute &#8211; it&#8217;s healthy and free!<\/li>\n<li>Bike &#8211; Check out the RTC&#8217;s bike services <a href=\"\/ways-to-travel\/cycling\/\">HERE<\/a><\/li>\n<li>Vanpool &#8211; Join a vanpool&#8230;save money and make friends<\/li>\n<li>Telecommute &#8211; Club Ride rewards telecommuters too!<\/li>\n<li>Compressed Work Week Day Off &#8211; Your flex work week helps the environment and saves money &#8211; <a href=\"https:\/\/www.rtcsnv.com\/ways-to-travel\/wp-content\/uploads\/sites\/2\/2019\/07\/Compressed-Work-Week-Flyer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">learn more HERE<\/a><\/li>\n<\/ul>\n<p>Reporting any of these commute alternatives as a Club Ride member makes you eligible for discounts, services, and hundreds of prizes every month!<\/p>\n<\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":24784,"parent":18,"menu_order":49,"comment_status":"closed","ping_status":"closed","template":"templates\/template-sidebar_alt.php","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","footnotes":""},"class_list":["post-17335","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/pages\/17335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/comments?post=17335"}],"version-history":[{"count":0,"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/pages\/17335\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/pages\/18"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/rtc.staging.snvhost.net\/ways-to-travel\/wp-json\/wp\/v2\/media?parent=17335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}