document.write( "Question 242476: A major league baseball player finished the season with 122 singles. Five percent of his hits were triples. Two out of every fifteen hits were home runs, and he hit one more double than he did home runs. How many hits altogether did he have that season? \n" ); document.write( "
Algebra.Com's Answer #177501 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A major league baseball player finished the season with 122 singles.
\n" ); document.write( "Five percent of his hits were triples.
\n" ); document.write( "Two out of every fifteen hits were home runs,
\n" ); document.write( "and he hit one more double than he did home runs.
\n" ); document.write( "-----------
\n" ); document.write( "How many hits altogether did he have that season?
\n" ); document.write( "---------------------------------------------
\n" ); document.write( "Let \"x\" be the total number of hits.
\n" ); document.write( "singles : 122
\n" ); document.write( "triples: 0.05x
\n" ); document.write( "home runs: (2/15)x
\n" ); document.write( "doubles: (2/15)x + 1
\n" ); document.write( "===========================
\n" ); document.write( "Equation:
\n" ); document.write( "(0.95)x = 122 + (2/15)x + (2/15)x + 1
\n" ); document.write( "---
\n" ); document.write( "0.95x = 123 + (4/15)x
\n" ); document.write( "---
\n" ); document.write( "0.95x - (4/15)x = 123
\n" ); document.write( "(41/60)x = 123
\n" ); document.write( "x = 180 hits (total # of hits)
\n" ); document.write( "====================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );