document.write( "Question 1131844: A company rents bicycles , motor scooters and dune buggies. The total number of inventory is 165. There are three times as many bikes, as dune buggies and the number of motor scooters is four less than three times the number of bikes. Many many of each are there \n" ); document.write( "
Algebra.Com's Answer #748526 by addingup(3677)![]() ![]() You can put this solution on YOUR website! bikes + scooters + duneb = 165 \n" ); document.write( "d = 1/3b \n" ); document.write( "s = 3b-4 \n" ); document.write( "let's substitute in the first formula above: \n" ); document.write( "b + s + d = 165 \n" ); document.write( "b + 1/3b + 3b - 4 = 165 \n" ); document.write( "4 1/3b = 169 \n" ); document.write( "b = 169/4 1/3 = 39 \n" ); document.write( "There are 39 bikes \n" ); document.write( "And the dune buggies are 1/3 of that, so there are 39(1/3) = 13 dune buggies \n" ); document.write( "And scooters are 4 less than 3 x the number of bikes: (39 x 3) - 4 = 113 scooters \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "Check: \n" ); document.write( "Add the totals I gave you: \n" ); document.write( "39 + 13 + 113 = 165 This is the correct answer \n" ); document.write( " \n" ); document.write( " |