document.write( "Question 15084: i dont understand these guestions..can i please get some help\r
\n" );
document.write( "\n" );
document.write( "2. a) David works part-time for a bike repair shop. He earns $1 for each tire he installs and $4 for each gear mechanism he assembles. If he did a total of 50 insatallations and assemblies and earned $92, how many tires did he install?\r
\n" );
document.write( "\n" );
document.write( "b) A car rental angency rents cars under two plans:
\n" );
document.write( "Plan 1: $55 per day and $0.10/km
\n" );
document.write( "Plan 2: $40 per day and $0.25/km
\n" );
document.write( "Determine when both plans will result in the same charge for a one-day rental. \n" );
document.write( "
Algebra.Com's Answer #7498 by bam878s(77)![]() ![]() ![]() You can put this solution on YOUR website! (a) \n" ); document.write( "Let x = total number of tires he installs \n" ); document.write( "and y = total number of gear mechanisms assembled. \n" ); document.write( "We have, \n" ); document.write( "x + y = 50 and \n" ); document.write( "x + 4y = 92. If we subtract the first equation from the second equation we get \n" ); document.write( "3y = 42. Now divide by 3 to solve for y \n" ); document.write( "y = 14. So he assembled 14 gear mechanisms. To find out the number of tires we simply plug this value of y into one of the original two equations and solve for x \n" ); document.write( "x + 14 = 50. Subtract 14 from both sides. \n" ); document.write( "x = 36 tires he intalled. \n" ); document.write( "(b) \n" ); document.write( "Let x = number of km. \n" ); document.write( "To solve for this one we simply set the equations equal to each other and solve for x. \n" ); document.write( "55 + .10x = 40 + .25x \n" ); document.write( "15 = .15x \n" ); document.write( "divide by .15 \n" ); document.write( "100 = x. \n" ); document.write( "So after 100 km, the charge will be the same. \n" ); document.write( " |