document.write( "Question 521895: An english class has 29 students enrolled. The number of girls in the class is one less than three times one half the number of boys. How many boys and how many girls are in the class? \n" ); document.write( "
Algebra.Com's Answer #346615 by geometryworm7271(30)\"\" \"About 
You can put this solution on YOUR website!
let b = boys
\n" ); document.write( "let 1/2bx3-1=girls
\n" ); document.write( "so
\n" ); document.write( "b+1/2bx3-1=29
\n" ); document.write( "2.5b-1=29
\n" ); document.write( "2.5b=30
\n" ); document.write( "b=12
\n" ); document.write( "
\n" );